python313Packages.identify: 2.6.7 -> 2.6.8

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.7...v2.6.8
This commit is contained in:
Fabian Affolter
2025-02-22 21:17:35 +01:00
parent f6634090cf
commit c35e6c1bfb
@@ -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 ];