mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: osvvm: Update to 2025.06a.
* gnu/packages/electronics.scm (osvvm): Update to 2025.06a. Change-Id: I355a679b559c7f7008fcb7e8216ad8b577c3f3a7 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
8c44fbca7f
commit
0a904250b9
1 changed files with 2 additions and 2 deletions
|
@ -1299,7 +1299,7 @@ GUI for sigrok.")
|
||||||
(define-public osvvm
|
(define-public osvvm
|
||||||
(package
|
(package
|
||||||
(name "osvvm")
|
(name "osvvm")
|
||||||
(version "2025.06")
|
(version "2025.06a")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1311,7 +1311,7 @@ GUI for sigrok.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08mfh7pyrb26mp8wx3xjns79slb3yf1c78nf8y1awvxc1p8q1wq4"))))
|
(base32 "1dq56h51ydfpffd00qz9qkcg6sddlqixiixls9vvxczfkp9l21ws"))))
|
||||||
(outputs
|
(outputs
|
||||||
'("out" "common" "scripts" "uart" "axi4"))
|
'("out" "common" "scripts" "uart" "axi4"))
|
||||||
(properties
|
(properties
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue