diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-09-30 13:57:07 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 21:51:25 +0900 |
| commit | 0a904250b9432aa59fceeb64a3dbcd0f1b738b1c (patch) | |
| tree | 14578fee9008ca632fd79d37fdc8e11c27ee22e9 /gnu | |
| parent | 8c44fbca7f89059009740284a085f44931439e4f (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index f2ae337ee67..52bb207ced8 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1299,7 +1299,7 @@ GUI for sigrok.") (define-public osvvm (package (name "osvvm") - (version "2025.06") + (version "2025.06a") (source (origin (method git-fetch) @@ -1311,7 +1311,7 @@ GUI for sigrok.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "08mfh7pyrb26mp8wx3xjns79slb3yf1c78nf8y1awvxc1p8q1wq4")))) + (base32 "1dq56h51ydfpffd00qz9qkcg6sddlqixiixls9vvxczfkp9l21ws")))) (outputs '("out" "common" "scripts" "uart" "axi4")) (properties |
