python3Packages.identify: 2.6.17 -> 2.6.18

Diff: https://github.com/pre-commit/identify/compare/v2.6.17...v2.6.18
This commit is contained in:
Fabian Affolter
2026-03-17 19:33:11 +01:00
parent f84c6d4256
commit a9bf2bbc37
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "identify";
version = "2.6.17";
version = "2.6.18";
pyproject = true;
src = fetchFromGitHub {
owner = "pre-commit";
repo = "identify";
tag = "v${finalAttrs.version}";
hash = "sha256-hnVG1TRkq605uFk3PmzqFwnzcYru/4OYbrJYAtDuo0g=";
hash = "sha256-Va1aWNeavA0iR/gKSrheJI/PIIy+KfmjEK1I97n9V/c=";
};
build-system = [ setuptools ];