3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #99148 from r-ryantm/auto-update/python2.7-identify

python27Packages.identify: 1.4.29 -> 1.5.5
This commit is contained in:
Mario Rodas 2020-09-30 06:08:25 -05:00 committed by GitHub
commit e80b9d4ad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "identify";
version = "1.4.29";
version = "1.5.5";
src = fetchPypi {
inherit pname version;
sha256 = "9f5fcf22b665eaece583bd395b103c2769772a0f646ffabb5b1f155901b07de2";
sha256 = "7c22c384a2c9b32c5cc891d13f923f6b2653aa83e2d75d8f79be240d6c86c4f4";
};
# Tests not included in PyPI tarball