python311Packages.identify: 2.5.22 -> 2.5.23

Diff: https://github.com/pre-commit/identify/compare/v2.5.22...v2.5.23
This commit is contained in:
Fabian Affolter 2023-04-26 08:30:06 +02:00
parent bd3283b646
commit 3742356150

View file

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