python312Packages.python-hcl2: 5.0.0 -> 5.1.1 (#358786)

This commit is contained in:
Nick Cao
2024-11-25 09:04:57 -05:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "python-hcl2";
version = "5.0.0";
version = "5.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "amplify-education";
repo = "python-hcl2";
rev = "refs/tags/v${version}";
hash = "sha256-aUPjW3yQci5aG85qIRHPiKiX01cFw8jWKJY5RuRATvQ=";
hash = "sha256-SS0v1H91aTkJtGo9sICOF+/umIq5e01BR0/xNvIXkUU=";
};
disabled = pythonOlder "3.7";