python313Packages.identify: 2.6.7 -> 2.6.8 (#384328)

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