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

This commit is contained in:
Nick Cao
2025-04-18 15:54:52 -04:00
committed by GitHub
@@ -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";