mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <maxim@guixotic.coop>
This commit is contained in:
parent
4b0385f82a
commit
fa5ae48f05
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue