Merge pull request #275188 from r-ryantm/auto-update/python310Packages.bc-python-hcl2
python310Packages.bc-python-hcl2: 0.4.1 -> 0.4.2
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bc-python-hcl2";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-cqQ4zuztfS5MiY4hj1WipKunqIfB1kpM+RODcZPERrY=";
|
||||
hash = "sha256-rI/1n7m9Q36im4mn18UH/QoelXhFuumurGnyiSuNaB4=";
|
||||
};
|
||||
|
||||
# Nose is required during build process, so can not use `nativeCheckInputs`.
|
||||
|
||||
Reference in New Issue
Block a user