Merge pull request #258412 from fabaff/identify-bump

python311Packages.identify: 2.5.29 -> 2.5.30
This commit is contained in:
Nick Cao 2023-10-01 11:37:50 -04:00 committed by GitHub
commit 3a38e4d097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.29";
version = "2.5.30";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eCOgOXzbjP2yTLKYcnjnWFes4P2jvr9rGfQuHuqxLDc=";
hash = "sha256-e3+yjd3jrcv4hU+0vCTl+bAzlYcfTdhLHr93briFxdI=";
};
nativeCheckInputs = [