Merge pull request #203056 from r-ryantm/auto-update/python310Packages.bc-python-hcl2

python310Packages.bc-python-hcl2: 0.3.47 -> 0.3.51
This commit is contained in:
Fabian Affolter 2022-12-04 18:50:00 +01:00 committed by GitHub
commit 81c949a0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`.