python3Packages.amaranth: 0.5.4 -> 0.5.6 (#407388)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-16 08:27:06 +02:00
committed by GitHub
@@ -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