python312Packages.python-hcl2: 6.0.0 -> 6.1.1

This commit is contained in:
R. Ryantm
2025-02-21 09:28:51 +00:00
parent a5b0229de7
commit 7856855859
@@ -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";