Unverified Commit 43a22794 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.python-hcl2: 7.0.0 -> 7.1.0 (#399795)

parents 3299717b 5a1c6fae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "python-hcl2";
  version = "7.0.0";
  version = "7.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "amplify-education";
    repo = "python-hcl2";
    tag = "v${version}";
    hash = "sha256-ApRsZUXydC+gsBwlkwyhU0mOOKEhR40Gv+sID7J499c=";
    hash = "sha256-F3R7wAJ3DfEriwJC7u+WLYfkThIuqmkAlvLWA8sTW/4=";
  };

  disabled = pythonOlder "3.7";