lol

python313Packages.identify: 2.6.9 -> 2.6.10

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.9...refs/tags/v2.6.10

+2 -2
+2 -2
pkgs/development/python-modules/identify/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "identify"; 14 - version = "2.6.9"; 14 + version = "2.6.10"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "pre-commit"; 21 21 repo = "identify"; 22 22 tag = "v${version}"; 23 - hash = "sha256-5MirPDgV5+dq+2Hr1sxpbDiQ2h+BxO5axtf2ntbFsMg="; 23 + hash = "sha256-PI7EDA6CZs6nGcggCt008LaQtJLlkAHj0Pnx44plggY="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];