python310Packages.identify: 2.5.23 -> 2.5.24

Diff: https://github.com/pre-commit/identify/compare/v2.5.23...v2.5.24
This commit is contained in:
Fabian Affolter 2023-05-03 20:37:32 +02:00
parent 7f4280c538
commit 531d494be2

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.23";
version = "2.5.24";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
hash = "sha256-li38yO/34V+fjKUF+UgWct5u0RlIswD1ETGEkowRre4=";
hash = "sha256-L73M+lWonuT7sSk+piBkZZJtxxeBvZ1XUXUypvS65G0=";
};
nativeCheckInputs = [