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 c1f2a0e477 gnu: python-edalize: Update to 0.6.3.
c1f2a0e477 is described below

commit c1f2a0e477b31dfac3a207fa6499ac6ea4a2ddd5
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Dec 16 20:20:16 2025 +0100

    gnu: python-edalize: Update to 0.6.3.
    
    * gnu/packages/electronics.scm (python-edalize): Update to 0.6.3.
    
    Change-Id: Ied9491135ad06564688860454a99e4b848496f3d
---
 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 ed0736d3a2..9226e75cc0 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2098,7 +2098,7 @@ and reusable bus interfaces to be used with 
@code{cocotb}.")
 (define-public python-edalize
   (package
     (name "python-edalize")
-    (version "0.6.1")
+    (version "0.6.3")
     (source
      (origin
        (method git-fetch)
@@ -2107,7 +2107,7 @@ and reusable bus interfaces to be used with 
@code{cocotb}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03mkzkmi96jkrpgcnawixvy832p3b8li8lrirdjhfp9dmp7d5kg5"))))
+        (base32 "1ml6b17jp4vwjaw16v0agajzksig92q5qmk2psm51ck4q076lm3m"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to