python311Packages.identify: 2.5.32 -> 2.5.33

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.5.32...v2.5.33
This commit is contained in:
Fabian Affolter 2023-12-07 20:11:21 +01:00
parent 776664d0cf
commit 7264b7faf3

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.32";
version = "2.5.33";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fKcxK11IxC0wmpPdyGzYQViSW2rx1v9Bvc+uBvGT8kE=";
hash = "sha256-v0k+N/E1xzhL2iWM0HQzYCxHfzuP8Za4eupkofN7bAA=";
};
nativeCheckInputs = [