Merge pull request #268673 from fabaff/bc-python-hcl2-bump
python311Packages.bc-python-hcl2: 0.3.51 -> 0.4.1
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user