Merge pull request #160131 from fabaff/bump-identify

python3Packages.identify: 2.4.9 -> 2.4.10
This commit is contained in:
Fabian Affolter 2022-02-15 12:03:08 +01:00 committed by GitHub
commit 1feb1a2d5a
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.4.9";
version = "2.4.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4pFkysb0gxgb1oYirTnvQgjEStJkzUn0Ktw33ZP7zA4=";
sha256 = "sha256-a12a4PvACkB+zpJts6syDqMPafjhZp1UWnob9UiKMbM=";
};
checkInputs = [