python312Packages.identify: 2.5.35 -> 2.5.36

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.5.35...v2.5.36
This commit is contained in:
Fabian Affolter 2024-04-21 09:09:35 +02:00
parent 29e4c2ef17
commit 9aca4d5e0b
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.35";
version = "2.5.36";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
rev = "refs/tags/v${version}";
hash = "sha256-kUBAq9ttIdTLApJ0yW8Yk/NIXpmllApQGpR24wm0PHA=";
hash = "sha256-CO+qP0FIUdPFXy6/7FgrKZbUp48XbgqqGV2GAX9ogMY=";
};
nativeBuildInputs = [