python3Packages.identify: 2.4.6 -> 2.4.7

This commit is contained in:
Fabian Affolter 2022-02-02 09:15:00 +01:00 committed by Jonathan Ringer
parent e8c6422be6
commit ad624c655e

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.4.6";
version = "2.4.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZOvp7vCvAf0AFtHogUwuUqDc5wfdXQHHJwl+4F/AI+g=";
sha256 = "sha256-Ub4R8jQH2nVhgMPEMV76JVcsJpX3X4BvciERVQXTA0o=";
};
checkInputs = [