Skip to content

Commit

Permalink
Merge pull request #114010 from r-ryantm/auto-update/python3.7-identify
Browse files Browse the repository at this point in the history
python37Packages.identify: 1.5.13 -> 1.5.14
  • Loading branch information
Mic92 committed Feb 22, 2021
2 parents 5d4feae + 208c701 commit 8542021
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/identify/default.nix
Expand Up @@ -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;

Expand Down

0 comments on commit 8542021

Please sign in to comment.