diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-05-11 20:51:31 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-12 21:51:27 +0900 |
commit | 3f955bd24354b38ebb990bd61ed894b6816fea2c (patch) | |
tree | 12b1d8e3bf5c721d3a831e936b88d49503e99f6f | |
parent | b780e5a38e7d19969d9022c25fb4e782853e6da2 (diff) |
gnu: yosys: Update to 0.53.
* gnu/packages/fpga.scm (yosys): Update to 0.53.
Change-Id: I7bd53033860ca9bcad367c4360625ac406fbad04
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Gabriel Wicki <gabriel@erlikon.ch>
-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 2019700d72..7472e94388 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -183,7 +183,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.52") + (version "0.53") (source (origin (method git-fetch) @@ -191,7 +191,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm")) + (base32 "01pcf20dpm0gjfzr9bvw4w7cgc390gqg3xfnir9d6x0nr8k6lljh")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |