python310Packages.debian-inspector: 30.0.0 -> 31.0.0

This commit is contained in:
R. Ryantm 2022-08-27 08:41:36 +00:00
parent cef50cde2b
commit 0e14c3e946

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "debian-inspector";
version = "30.0.0";
version = "31.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "debian_inspector";
inherit version;
hash = "sha256-0PT5sT6adaqgYQtWjks12ys0z1C3n116aeJaEKR/Wxg=";
hash = "sha256-RglPlTRksmm7CYVere7jySy2tIegv6JuulN7Usw9a0c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;