3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #201823 from fabaff/identify-bump

python310Packages.identify: 2.5.8 -> 2.5.9
This commit is contained in:
Fabian Affolter 2022-11-19 09:18:25 +01:00 committed by GitHub
commit 57eacbfeb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [