From bbb4c82e1a1d4fd4e56efa42b54120943e666305 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:49 +0100 Subject: [PATCH] python3Packages.python-hcl2: 5.1.1 -> 6.0.0 https://github.com/amplify-education/python-hcl2/releases/tag/v6.0.0 --- pkgs/development/python-modules/python-hcl2/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-hcl2/default.nix b/pkgs/development/python-modules/python-hcl2/default.nix index 1cc511c29697..2f0bd9134b9a 100644 --- a/pkgs/development/python-modules/python-hcl2/default.nix +++ b/pkgs/development/python-modules/python-hcl2/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "python-hcl2"; - version = "5.1.1"; + version = "6.0.0"; pyproject = true; src = fetchFromGitHub { owner = "amplify-education"; repo = "python-hcl2"; tag = "v${version}"; - hash = "sha256-SS0v1H91aTkJtGo9sICOF+/umIq5e01BR0/xNvIXkUU="; + hash = "sha256-ZbUQZ0od37TqO/cwXnq9+yCVqExpR87s8GDDi9c3mAo="; }; disabled = pythonOlder "3.7"; @@ -37,7 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "A parser for HCL2 written in Python using Lark"; homepage = "https://github.com/amplify-education/python-hcl2"; - changelog = "https://github.com/amplify-education/python-hcl2/releases/tag/v${version}"; + changelog = "https://github.com/amplify-education/python-hcl2/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ shivaraj-bh ]; };