1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +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

View File

@@ -3759,15 +3759,20 @@ parallel computing platforms. It also supports serial execution.")
(define-public yosys
(package
(name "yosys")
(version "0.61")
(version "0.62")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version))))
(snippet
#~(begin
(use-modules (guix build utils)
(srfi srfi-26))
(delete-file-recursively "abc")))
(sha256
(base32 "1z96wvgm12vcsp88xkdljvhrrx9b8wc9y2gwjsff83jsp2q0q2wp"))
(base32 "1x4j191wsp276jallp0xr92z19q4r5ddy2vr8vli95nrn5chy1hl"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments