Merge pull request #179529 from r-ryantm/auto-update/python3.10-bc-python-hcl2

python310Packages.bc-python-hcl2: 0.3.43 -> 0.3.44
This commit is contained in:
Fabian Affolter 2022-06-29 10:05:12 +02:00 committed by GitHub
commit 1b640061fa
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.43";
version = "0.3.44";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-rUmvhmqvVtblmqzbYJcHUdFSw2PsPGbZFPJRi3Xtjv0=";
hash = "sha256-C7dknDfoN4rwXI5/YhsKXoertpQUpoOKrbbW4yVXrgQ=";
};
# Nose is required during build process, so can not use `checkInputs`.