diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-03-17 12:26:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-21 12:37:30 +0100 |
commit | c5b28a3d4a6d46ccbefd5a03787156477dd005a6 (patch) | |
tree | a13ccfc2592917bb0e2c30b61f1d9802a041d91d | |
parent | 8e30f6951f6dff049c49f742632d89f6a565e7a1 (diff) | |
download | guix-c5b28a3d4a6d46ccbefd5a03787156477dd005a6.tar.gz guix-c5b28a3d4a6d46ccbefd5a03787156477dd005a6.zip |
gnu: yosys: Update to 0.51.
* gnu/packages/fpga.scm (yosys): Update to 0.51.
Change-Id: Ic9f6da5e48c8eea1f897f70b32c3000c5377fdfe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 c09fe9bc76..28ddfb42d4 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.50") + (version "0.51") (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 "13fmxsg668fqggq4jyflhd5js2m8r52gb407mfqzcqzq59129gmz")) + (base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |