Commit 9cf60c4a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.bc-python-hcl2: 0.3.51 -> 0.4.1

parent 25dfdc28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "bc-python-hcl2";
  version = "0.3.51";
  version = "0.4.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8=";
    hash = "sha256-cqQ4zuztfS5MiY4hj1WipKunqIfB1kpM+RODcZPERrY=";
  };

  # Nose is required during build process, so can not use `nativeCheckInputs`.