python313Packages.identify: 2.6.6 -> 2.6.7 (#380759)

This commit is contained in:
Fabian Affolter
2025-02-10 10:11:39 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.6";
version = "2.6.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
tag = "v${version}";
hash = "sha256-yglqCpaX9RnFn4kARf5HIu7xnL2ZbUet4ukbqECTwCw=";
hash = "sha256-eIBKuYiBKJL624e717EEIegUH0Pr0gnTEk+jRfX/Yzw=";
};
build-system = [ setuptools ];