python312Packages.identify: 2.6.10 -> 2.6.12

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.10...refs/tags/v2.6.12
This commit is contained in:
Fabian Affolter
2025-05-27 15:24:35 +02:00
parent 0b8b7e91ea
commit c8fc769d9e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.10";
version = "2.6.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
tag = "v${version}";
hash = "sha256-PI7EDA6CZs6nGcggCt008LaQtJLlkAHj0Pnx44plggY=";
hash = "sha256-zV9NRHFh/bfbg+pO0xX5aXunc1y4aGfKDugyCFLj/xA=";
};
build-system = [ setuptools ];