python310Packages.container-inspector: 31.0.0 -> 31.1.0

This commit is contained in:
R. Ryantm 2022-06-15 12:42:01 +00:00
parent 8f8db59c0e
commit 86b6ea079b

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "container-inspector";
version = "31.0.0";
version = "31.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "nexB";
repo = pname;
rev = "v${version}";
hash = "sha256-YwtyNZsTMb8iFXo/rojvjkKUbMNRCXVamzFykpwYCOk=";
rev = "refs/tags/v${version}";
hash = "sha256-44sTZelCT6sGPyMteJZBcPRReTHuO1ZUxeQ0Vp7Zmqo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;