This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a5698e5eb5 gnu: python-amaranth: Update to 0.5.9.
a5698e5eb5 is described below

commit a5698e5eb5295f17d880408d72910d39b1663cc6
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 25 17:35:50 2026 +0200

    gnu: python-amaranth: Update to 0.5.9.
    
    * gnu/packages/electronics.scm (python-amaranth): Update to 0.5.9.
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 8cc9e65f68..994ef3691e 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3239,7 +3239,7 @@ Numpy arrays for convenience.")
 (define-public python-amaranth
   (package
     (name "python-amaranth")
-    (version "0.5.8")
+    (version "0.5.9")
     (source
      (origin
        (method git-fetch)
@@ -3247,7 +3247,7 @@ Numpy arrays for convenience.")
               (url "https://github.com/amaranth-lang/amaranth/";)
               (commit (string-append "v" version))))
        (sha256
-        (base32 "06sgc76z9r4ngphpr5slfrjqy4nr11qdx0fj1gwmzksi0b4j18w6"))
+        (base32 "0n7rmppppvhxz17xbwqk517flpyi120adivcfsli5kfkndl6n10p"))
        (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
     (arguments

Reply via email to