python310Packages.identify: 2.5.8 -> 2.5.9

This commit is contained in:
Fabian Affolter
2022-11-19 00:23:49 +01:00
parent a5342f3e84
commit 18ab3f0e16
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.8";
version = "2.5.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QI4NtNPkR3mD/UVFeKimo5pgBmnRKaxQ6JiwPDbjh/0=";
sha256 = "sha256-5ISxzOTTlA1EcBO5N6YtBEah0SRehGeVIONj30zOKk0=";
};
checkInputs = [