0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +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 {
pname = "python-hcl2";
version = "4.3.5";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "amplify-education";
repo = "python-hcl2";
rev = "refs/tags/v${version}";
hash = "sha256-Pz1FS1g0OYSThpxFcs6UCOAzGnF4kOuRwhx2KIl9sv4=";
hash = "sha256-aUPjW3yQci5aG85qIRHPiKiX01cFw8jWKJY5RuRATvQ=";
};
disabled = pythonOlder "3.7";