diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-07-11 21:40:48 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-12 20:20:21 +0900 |
commit | 112951524da0cd31a946534e87884e528579145f (patch) | |
tree | f8f1839c3d7e52da36699a5878fa3eef43e8cea9 /gnu/packages/fpga.scm | |
parent | 28b0d39676ddffb40f9e91fb19a195ebb0f91384 (diff) |
gnu: yosys: Update to 0.55.
* gnu/packages/fpga.scm (yosys): Update to 0.55.
Change-Id: Iacda19bd7371f1de71436414aaa63412a2784077
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu/packages/fpga.scm')
-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 9c55f914c8..60365a32a6 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -187,7 +187,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.54") + (version "0.55") (source (origin (method git-fetch) @@ -195,7 +195,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "11khf0wrfixhp35bk9ddzipns6kxz20v3g9c3hb2bfc6a549sg04")) + (base32 "1c5zvbk0jpz564l1jw7pxba93iq967ci0qpam7ahq0mhi14jinl8")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |