python313Packages.identify: 2.6.12 -> 2.6.13

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.12...refs/tags/v2.6.13
This commit is contained in:
Fabian Affolter
2025-08-10 21:15:21 +02:00
parent 526bf38644
commit df9adc3ddd
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.12";
version = "2.6.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
tag = "v${version}";
hash = "sha256-zV9NRHFh/bfbg+pO0xX5aXunc1y4aGfKDugyCFLj/xA=";
hash = "sha256-Du96uRQCymduvAruHSgjKv/OrDIPaMwPU+x/OTchERQ=";
};
build-system = [ setuptools ];