diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-08-12 14:56:41 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-22 10:32:30 +0900 |
| commit | 0a5f20775f316a75eca31b430fe39d31d0b99dcd (patch) | |
| tree | 2ce7c701bef4f30fe3f65cb676441806caede5af /gnu | |
| parent | 930c07a6220f4d80eb96dd9bafe028bf94b72635 (diff) | |
gnu: yosys: Update to 0.56.
* gnu/packages/fpga.scm (yosys): Update to 0.56.
Change-Id: Ica18d8d4dc6d75ff1d657fcd8707109f283c23cf
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
| -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 457e6664ed2..0ff3025187a 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.55") + (version "0.56") (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 "1c5zvbk0jpz564l1jw7pxba93iq967ci0qpam7ahq0mhi14jinl8")) + (base32 "1q74hm1z0m08r9amz982a9ylcwz2mbg3hqarprwj775wkrbv81h7")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |
