diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-04-10 11:52:08 +0200 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-18 14:51:53 +0800 |
commit | ef4b76aac0501e9ae0cbf3cd6ad0e5c51164f200 (patch) | |
tree | 46ef071addefe78b4e8150e99c9d8483ed33e76e | |
parent | 4fd529dce953572551e299c0c604a645f0cbeed0 (diff) | |
download | guix-ef4b76aac0501e9ae0cbf3cd6ad0e5c51164f200.tar.gz guix-ef4b76aac0501e9ae0cbf3cd6ad0e5c51164f200.zip |
gnu: yosys: Update to 0.52.
* gnu/packages/fpga.scm (yosys): Update to 0.52.
Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/fpga.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index df9a34694e..abd3859c08 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -157,7 +157,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.51") + (version "0.52") (source (origin (method git-fetch) @@ -165,7 +165,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm")) + (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |