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 fa5ae48f05 gnu: python-cocotb-bus: Update to 0.2.1-2.f5578a4.
fa5ae48f05 is described below

commit fa5ae48f055c7952dea01f7d2a29d9f31ff3eb13
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Oct 7 15:26:53 2025 +0200

    gnu: python-cocotb-bus: Update to 0.2.1-2.f5578a4.
    
    * gnu/packages/electronics.scm (python-cocotb-bus): Update to
    0.2.1-2.f5578a4.
    [#:tests]: Delete.
    
    Change-Id: If1654fc58b7ccd83efe5f6ea921267caa76212a3
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/electronics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a7d8af67dc..ff30a1186f 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1533,8 +1533,8 @@ and Verilog RTL using Python.")
 (define-public python-cocotb-bus
   ;; XXX: The latest tagged release (2.6.1) was placed on <2023-07-01>, switch
   ;; to tag when the fresh release is available.
-  (let ((commit "c3541f15c43c914d8cf3e57ecf92c5d256c97e6c")
-        (revision "1"))
+  (let ((commit "f5578a4d451ef6bc1efdd4919de5facdb381b781")
+        (revision "2"))
     (package
       (name "python-cocotb-bus")
       ;; Version from src/cocotb_bus/_version.py
@@ -1547,12 +1547,11 @@ and Verilog RTL using Python.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1xx0w9g8psn4f8qlv7jzdwwr2ivvlaxi3flgp1v0qybzzhz6l1k3"))))
+          (base32 "13zdqalzhzrfv1lcn6l71zhi4hns89y093hvz9swkcr2kzwfn08r"))))
       (build-system pyproject-build-system)
       ;; TODO: Build documentation from <docs>.
       (arguments
        (list
-        #:tests? #f                     ;not compatible with cocotb 2.0
         #:phases
         #~(modify-phases %standard-phases
             (replace 'check

Reply via email to