diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-06-11 11:19:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-30 14:30:41 +0200 |
commit | 0bbb7edbfd688e7055f115968e8a9fe375f5931b (patch) | |
tree | 41249da59080be2c08251ac71b7aac4c1a58c98d | |
parent | aa71f9182c0271c5ba0d290605ea5e146efcb0c4 (diff) |
gnu: yosys: Update to 0.54.
* gnu/packages/fpga.scm (yosys): Update to 0.54.
Change-Id: Iff161b61efa42a0903976c01fb81a62c745ec2e4
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 b4f07ca193..d0238ccd96 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -186,7 +186,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.53") + (version "0.54") (source (origin (method git-fetch) @@ -194,7 +194,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "01pcf20dpm0gjfzr9bvw4w7cgc390gqg3xfnir9d6x0nr8k6lljh")) + (base32 "11khf0wrfixhp35bk9ddzipns6kxz20v3g9c3hb2bfc6a549sg04")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |