python312Packages.identify: 2.6.10 -> 2.6.12 (#411390)

authored by Nick Cao and committed by GitHub 995ed7d9 80a8f98f

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