From c2c4d3023e7d501288f0d15f72570c5e0c2bd238 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 15 May 2025 15:40:28 +0000 Subject: [PATCH] python3Packages.amaranth: 0.5.4 -> 0.5.6 --- pkgs/development/python-modules/amaranth/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/amaranth/default.nix b/pkgs/development/python-modules/amaranth/default.nix index 096505a690d3..22c22102815d 100644 --- a/pkgs/development/python-modules/amaranth/default.nix +++ b/pkgs/development/python-modules/amaranth/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "amaranth"; - version = "0.5.4"; + version = "0.5.6"; pyproject = true; disabled = pythonOlder "3.8"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "amaranth-lang"; repo = "amaranth"; tag = "v${version}"; - hash = "sha256-e4htbNq6OCy8ZTS1UnucbU987reukP4J1CbWhT39K6E="; + hash = "sha256-fc9mCq7AgxjlR/+KKebV1GGlF5NXN/1Vee5ZLwkNjow="; }; postPatch = '' @@ -75,7 +75,7 @@ buildPythonPackage rec { meta = with lib; { description = "Modern hardware definition language and toolchain based on Python"; homepage = "https://amaranth-lang.org/docs/amaranth"; - changelog = "https://github.com/amaranth-lang/amaranth/blob/v${version}/docs/changes.rst"; + changelog = "https://github.com/amaranth-lang/amaranth/blob/${src.tag}/docs/changes.rst"; license = licenses.bsd2; maintainers = with maintainers; [ thoughtpolice