Merge pull request #268673 from fabaff/bc-python-hcl2-bump

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

authored by Fabian Affolter and committed by GitHub 0929ceda 9798598b

+2 -2
+2 -2
pkgs/development/python-modules/bc-python-hcl2/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "bc-python-hcl2"; 11 - version = "0.3.51"; 11 + version = "0.4.1"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8="; 18 + hash = "sha256-cqQ4zuztfS5MiY4hj1WipKunqIfB1kpM+RODcZPERrY="; 19 19 }; 20 20 21 21 # Nose is required during build process, so can not use `nativeCheckInputs`.