0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.python-hcl2: 4.3.5 -> 5.0.0

This commit is contained in:
R. Ryantm 2024-10-07 17:57:04 +00:00
parent 8ab1d552b8
commit 5692ac5118

View file

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-hcl2"; pname = "python-hcl2";
version = "4.3.5"; version = "5.0.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "amplify-education"; owner = "amplify-education";
repo = "python-hcl2"; repo = "python-hcl2";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-Pz1FS1g0OYSThpxFcs6UCOAzGnF4kOuRwhx2KIl9sv4="; hash = "sha256-aUPjW3yQci5aG85qIRHPiKiX01cFw8jWKJY5RuRATvQ=";
}; };
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";