python310Packages.identify: 2.5.20 -> 2.5.21

Diff: https://github.com/pre-commit/identify/compare/v2.5.20...v2.5.21
This commit is contained in:
Fabian Affolter
2023-03-17 00:33:57 +01:00
parent c915fe39ad
commit f83a9831ea
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.20";
version = "2.5.21";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
hash = "sha256-QBFA4vq58rlW9XR1jrn2VrrsZuW+hZJHrZzSoRVZUMQ=";
hash = "sha256-4e25m4RIeWKDXxbhIrfKqKgTxSqtDgwyShoRIbxGN0c=";
};
nativeCheckInputs = [