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
@@ -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 = [