gnu: yosys: Update to 0.59.1.

* gnu/packages/electronics.scm (yosys): Update to 0.59.1.

Change-Id: I1f31cdc04dae2f4645cd65009886ae94391aadf1
This commit is contained in:
Cayetano Santos 2025-11-21 12:18:53 +01:00
parent e736d781a1
commit 2fb457cc3f
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -2954,7 +2954,7 @@ parallel computing platforms. It also supports serial execution.")
(define-public yosys
(package
(name "yosys")
(version "0.59")
(version "0.59.1")
(source
(origin
(method git-fetch)
@ -2962,7 +2962,7 @@ parallel computing platforms. It also supports serial execution.")
(url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version))))
(sha256
(base32 "0bgijlivkhq338rbd056pjhdbjgwbd8l10afzp2dzlhn03j4l140"))
(base32 "1fjvhsxk9g1q072bfpp8vxwyiaa73nn0b20ciff2gl2jnp07fvpp"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments