mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python3Packages.identify: 1.4.27 -> 1.4.29
This commit is contained in:
parent
a54a105444
commit
3362cace2a
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "identify";
|
||||
version = "1.4.27";
|
||||
version = "1.4.29";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4c3646d765127b003d2bed8db1e125d68f5f83ad0cd85e21c908ef87a5e24be1";
|
||||
sha256 = "9f5fcf22b665eaece583bd395b103c2769772a0f646ffabb5b1f155901b07de2";
|
||||
};
|
||||
|
||||
# Tests not included in PyPI tarball
|
||||
|
Loading…
Reference in New Issue
Block a user