python310Packages.bc-python-hcl2: 0.3.47 -> 0.3.51

This commit is contained in:
R. Ryantm 2022-11-29 11:44:50 +00:00
parent 26592d9f27
commit 66f6e18a29

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.47";
version = "0.3.51";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-F4vAn6HRvNNc+4ZfGCzUef14bNmxTICwENmaOe3MaHc=";
hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8=";
};
# Nose is required during build process, so can not use `checkInputs`.