Skip to content

Commit bb9184f

Browse files
committed
python3Packages.amaranth: 0.5.6 -> 0.5.7
1 parent 77fc6c5 commit bb9184f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/amaranth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "amaranth";
23-
version = "0.5.6";
23+
version = "0.5.7";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "amaranth-lang";
3030
repo = "amaranth";
3131
tag = "v${version}";
32-
hash = "sha256-fc9mCq7AgxjlR/+KKebV1GGlF5NXN/1Vee5ZLwkNjow=";
32+
hash = "sha256-E/PJrvBmlS39KgzDz9sArq4BXwk/JmIMtdxL7MdrWlc=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)