python27Packages.identify: 1.4.10 -> 1.4.11

This commit is contained in:
R. RyanTM 2020-03-03 06:26:53 +00:00 committed by Jon
parent 4c23487951
commit c27a87e288

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "identify";
version = "1.4.10";
version = "1.4.11";
src = fetchPypi {
inherit pname version;
sha256 = "0q1k22n8w7mmab1vh2r3bsqbxkxbb2zka548rcnn2rd9yg8rxnca";
sha256 = "15kbcgqz6zf9qqvyw3pwy611knv1lyaqmc213ivmqciq3zifn96q";
};
# Tests not included in PyPI tarball
@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "File identification library for Python";
homepage = https://github.com/chriskuehl/identify;
homepage = "https://github.com/chriskuehl/identify";
license = licenses.mit;
};
}