python37Packages.identify: 1.5.11 -> 1.5.13

This commit is contained in:
R. RyanTM 2021-01-18 04:30:29 +00:00 committed by Jonathan Ringer
parent 3f8fdeae85
commit 8c0c0ff078
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "identify"; pname = "identify";
version = "1.5.11"; version = "1.5.13";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b2c71bf9f5c482c389cef816f3a15f1c9d7429ad70f497d4a2e522442d80c6de"; sha256 = "70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66";
}; };
# Tests not included in PyPI tarball # Tests not included in PyPI tarball