Merge pull request #114010 from r-ryantm/auto-update/python3.7-identify

python37Packages.identify: 1.5.13 -> 1.5.14
This commit is contained in:
Jörg Thalheim 2021-02-22 16:55:03 +00:00 committed by GitHub
commit 8542021fe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,15 @@
buildPythonPackage rec {
pname = "identify";
version = "1.5.13";
version = "1.5.14";
src = fetchPypi {
inherit pname version;
sha256 = "70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66";
sha256 = "de7129142a5c86d75a52b96f394d94d96d497881d2aaf8eafe320cdbe8ac4bcc";
};
pythonImportsCheck = [ "identify" ];
# Tests not included in PyPI tarball
doCheck = false;