python311Packages.bc-python-hcl2: 0.3.51 -> 0.4.1

This commit is contained in:
Fabian Affolter
2023-11-20 10:06:52 +01:00
parent 25dfdc28fb
commit 9cf60c4a56
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.51";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8=";
hash = "sha256-cqQ4zuztfS5MiY4hj1WipKunqIfB1kpM+RODcZPERrY=";
};
# Nose is required during build process, so can not use `nativeCheckInputs`.