python310Packages.bc-python-hcl2: 0.3.40 -> 0.3.41
This commit is contained in:
parent
eeb2d04b9d
commit
f322eee4c4
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bc-python-hcl2";
|
pname = "bc-python-hcl2";
|
||||||
version = "0.3.40";
|
version = "0.3.41";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-4we2Txk7kJ1SrCa82eQJ9OsqyTkFzocNi+GG7cV+OAc=";
|
hash = "sha256-TrQtG2MWc4prr8grEE1XifjjLq7GPe6JPRMgpNNGfPY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nose is required during build process, so can not use `checkInputs`.
|
# Nose is required during build process, so can not use `checkInputs`.
|
||||||
|
|
Loading…
Reference in a new issue