python310Packages.identify: 2.5.17 -> 2.5.18

Diff: https://github.com/pre-commit/identify/compare/v2.5.17...v2.5.18
This commit is contained in:
Fabian Affolter 2023-02-14 07:46:05 +01:00
parent a7fb18c804
commit 42e8afc55c

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.17";
version = "2.5.18";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-urviMomTJdbublr2nCj25R/xbs/pEsRKWxmklneTjOQ=";
sha256 = "sha256-Pf9/mjbyC859WT8ZreFq5u6YER/tRgsQuqIgt6mdPqE=";
};
nativeCheckInputs = [