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:
commit
8542021fe7
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue