python3Packages.identify: 2.6.15 -> 2.6.16

This commit is contained in:
R. Ryantm
2026-01-17 00:40:35 +00:00
parent 7c8cdf6de9
commit 64f953fb36
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.15";
version = "2.6.16";
pyproject = true;
src = fetchFromGitHub {
owner = "pre-commit";
repo = "identify";
tag = "v${version}";
hash = "sha256-YA9DwtAFjFYkycCJjBDXgIE4FKTt3En7fvw5xe37GZU=";
hash = "sha256-+iLIU2NfKogFAdbAXXER3G7cDyvcey9pR+0HifQZoh8=";
};
build-system = [ setuptools ];