python3Packages.bc-python-hcl2: 0.3.37 -> 0.3.39

This commit is contained in:
Fabian Affolter 2022-04-14 22:54:23 +02:00
parent 375b0b5d72
commit 88ca1f3e1b

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.37";
version = "0.3.39";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-+Wr/JF9es2LQhQ5rc0iyGZa0Di5CsFo9k36WI7jrOqs=";
hash = "sha256-JMQ2sLgAnMJ1/0nR8LgKbpPB43gVKtCtrZKr/T4p0O8=";
};
# Nose is required during build process, so can not use `checkInputs`.