1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: yosys: Update to 0.62.

* gnu/packages/electronics.scm (yosys): Update to 0.62.
[source]: Add snippet.

Change-Id: Id4243a7c14314459db6bfea797c1f6bb1af053e6
This commit is contained in:
Cayetano Santos
2026-02-04 10:41:19 +01:00
parent ed7e90b498
commit 697d820d31
+7 -2
View File
@@ -3759,15 +3759,20 @@ parallel computing platforms. It also supports serial execution.")
(define-public yosys (define-public yosys
(package (package
(name "yosys") (name "yosys")
(version "0.61") (version "0.62")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/YosysHQ/yosys") (url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(snippet
#~(begin
(use-modules (guix build utils)
(srfi srfi-26))
(delete-file-recursively "abc")))
(sha256 (sha256
(base32 "1z96wvgm12vcsp88xkdljvhrrx9b8wc9y2gwjsff83jsp2q0q2wp")) (base32 "1x4j191wsp276jallp0xr92z19q4r5ddy2vr8vli95nrn5chy1hl"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments