We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb57ed + bb9184f commit 9d7585eCopy full SHA for 9d7585e
pkgs/development/python-modules/amaranth/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "amaranth";
23
- version = "0.5.6";
+ version = "0.5.7";
24
pyproject = true;
25
26
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "amaranth-lang";
30
repo = "amaranth";
31
tag = "v${version}";
32
- hash = "sha256-fc9mCq7AgxjlR/+KKebV1GGlF5NXN/1Vee5ZLwkNjow=";
+ hash = "sha256-E/PJrvBmlS39KgzDz9sArq4BXwk/JmIMtdxL7MdrWlc=";
33
};
34
35
postPatch = ''
0 commit comments