Merge pull request #256198 from fabaff/identify-bump

python311Packages.identify: 2.5.28 -> 2.5.29
This commit is contained in:
Nick Cao 2023-09-19 20:45:53 -04:00 committed by GitHub
commit 189735581b
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.28";
version = "2.5.29";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pGSXXsA+gIIIZbnwa22EmizZT65MqZrWd3+o47VatBs=";
hash = "sha256-eCOgOXzbjP2yTLKYcnjnWFes4P2jvr9rGfQuHuqxLDc=";
};
nativeCheckInputs = [