summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-13 10:50:21 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-13 10:51:15 +0100
commitb214f55f60e32fa48827c488d5269ce188d1fb5f (patch)
treede217607598434e8d6c862e52edd51b193b7d58a /gnu
parent74df560e622f46a8e1280e375b707c8eaae78b55 (diff)
gnu: yosys: Update to 0.61.
* gnu/packages/electronics.scm (yosys): Update to 0.61. Change-Id: Ia68fb63e63b3c71fff299c351c67f1ad42b88141
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/electronics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 5cc15e2c401..7fc49aa8bd8 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3707,7 +3707,7 @@ parallel computing platforms. It also supports serial execution.")
3707(define-public yosys 3707(define-public yosys
3708 (package 3708 (package
3709 (name "yosys") 3709 (name "yosys")
3710 (version "0.60") 3710 (version "0.61")
3711 (source 3711 (source
3712 (origin 3712 (origin
3713 (method git-fetch) 3713 (method git-fetch)
@@ -3715,7 +3715,7 @@ parallel computing platforms. It also supports serial execution.")
3715 (url "https://github.com/YosysHQ/yosys") 3715 (url "https://github.com/YosysHQ/yosys")
3716 (commit (string-append "v" version)))) 3716 (commit (string-append "v" version))))
3717 (sha256 3717 (sha256
3718 (base32 "13ygzsx81a32nmqqs5rn8w419dcx7s822bh9l2zc82jphy54nc3s")) 3718 (base32 "1z96wvgm12vcsp88xkdljvhrrx9b8wc9y2gwjsff83jsp2q0q2wp"))
3719 (file-name (git-file-name name version)))) 3719 (file-name (git-file-name name version))))
3720 (build-system gnu-build-system) 3720 (build-system gnu-build-system)
3721 (arguments 3721 (arguments