Merge pull request #210388 from fabaff/identify-bump

python310Packages.identify: 2.5.12 -> 2.5.13
This commit is contained in:
Mario Rodas 2023-01-13 18:59:37 -05:00 committed by GitHub
commit ada363c8fb
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.12";
version = "2.5.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8hfO2gmgSdhrECsXgG2i+REBIV+OqsQeAabvqKJOU1c=";
sha256 = "sha256-8QkDAVHjVEqicntSMb98JitmR5toOTGhgEk7cH3xSFI=";
};
checkInputs = [