Merge pull request #289991 from fabaff/identify-bump

python311Packages.identify: 2.5.34 -> 2.5.35
This commit is contained in:
Fabian Affolter
2024-02-20 09:17:18 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.34";
version = "2.5.35";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
rev = "refs/tags/v${version}";
hash = "sha256-q1RVFdDFUkKGaKpcbasXHks+OZhVRZUy3ufuruBZiPA=";
hash = "sha256-kUBAq9ttIdTLApJ0yW8Yk/NIXpmllApQGpR24wm0PHA=";
};
nativeBuildInputs = [