Merge pull request #185448 from fabaff/container-inspector-bump

python310Packages.container-inspector: 31.1.0 -> 32.0.1
This commit is contained in:
Fabian Affolter 2022-08-07 00:04:49 +02:00 committed by GitHub
commit cf968570f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "container-inspector";
version = "31.1.0";
version = "32.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "nexB";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-44sTZelCT6sGPyMteJZBcPRReTHuO1ZUxeQ0Vp7Zmqo=";
hash = "sha256-J9glnfs6l36/IQoIvE8a+Cw4B8x/6r5UeAU8+T/OiQg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;