python312Packages.python-hcl2: 6.0.0 -> 6.1.1 (#376916)

This commit is contained in:
Weijia Wang
2025-02-25 14:55:10 +01:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "python-hcl2";
version = "6.0.0";
version = "6.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "amplify-education";
repo = "python-hcl2";
tag = "v${version}";
hash = "sha256-ZbUQZ0od37TqO/cwXnq9+yCVqExpR87s8GDDi9c3mAo=";
hash = "sha256-vf39szL1MixAKoO67e9YDWNuQIs3qdQ6ZkeXdCpPAV0=";
};
disabled = pythonOlder "3.7";