python313Packages.identify: 2.6.5 -> 2.6.6

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.5...v2.6.6
This commit is contained in:
Fabian Affolter
2025-01-30 19:40:10 +01:00
parent dc2b1331ed
commit 7f8ebcc241
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.5";
version = "2.6.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
tag = "v${version}";
hash = "sha256-FKF3+jN5/D0hRSvr90AY/C/5KBx0c7LvR+l12IP+zbU=";
hash = "sha256-yglqCpaX9RnFn4kARf5HIu7xnL2ZbUet4ukbqECTwCw=";
};
build-system = [ setuptools ];