Loading pkgs/development/python-modules/amaranth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "amaranth"; version = "0.5.4"; version = "0.5.6"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "amaranth-lang"; repo = "amaranth"; tag = "v${version}"; hash = "sha256-e4htbNq6OCy8ZTS1UnucbU987reukP4J1CbWhT39K6E="; hash = "sha256-fc9mCq7AgxjlR/+KKebV1GGlF5NXN/1Vee5ZLwkNjow="; }; postPatch = '' Loading Loading @@ -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 Loading Loading
pkgs/development/python-modules/amaranth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "amaranth"; version = "0.5.4"; version = "0.5.6"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "amaranth-lang"; repo = "amaranth"; tag = "v${version}"; hash = "sha256-e4htbNq6OCy8ZTS1UnucbU987reukP4J1CbWhT39K6E="; hash = "sha256-fc9mCq7AgxjlR/+KKebV1GGlF5NXN/1Vee5ZLwkNjow="; }; postPatch = '' Loading Loading @@ -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 Loading