diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-09-07 09:04:55 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-09 17:11:55 +0900 |
| commit | 368f83a08addbf41b52ff6b881d7113b04850d09 (patch) | |
| tree | 5042fccb0d3bd9b69e9e8025a663fe17dfca588d | |
| parent | 004e0a3dab39859ff93f41e3ad0bd926799d98dd (diff) | |
gnu: symbiyosys: Update to 0.57.
* gnu/packages/electronics.scm (symbiyosys): Update to 0.57.
(abc-yosyshq): Update to 0.57.
(yosys): Update to 0.57.
Change-Id: I544d9d294f4cfe414fee7d6b3faf2edf24eb8bf9
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
| -rw-r--r-- | gnu/packages/electronics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/fpga.scm | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 2e5f44db082..d0611cfc988 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1249,7 +1249,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.") (define-public symbiyosys (package (name "symbiyosys") - (version "0.56") + (version "0.57") (source (origin (method git-fetch) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 9e96d1fb891..dcfccc602d7 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -129,7 +129,7 @@ formal verification.") (package (inherit abc) (name "abc-yosyshq") - (version "0.56") + (version "0.57") (source (origin (method git-fetch) (uri (git-reference @@ -138,7 +138,7 @@ formal verification.") (file-name (git-file-name name version)) (sha256 (base32 - "0wy42qd0dl58icw3nklgns5zrr1inj8br40vwcpwiz1pkfg3gl0j")))) + "191hsznsmsjn8100n50qsh3ng8wgrnyfhr7qcnb8yskiwqp37pjh")))) (home-page "https://github.com/YosysHQ/abc/") (description "ABC is a program for sequential logic synthesis and formal verification. This is the Yosyshq fork of ABC.") @@ -221,7 +221,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.56") + (version "0.57") (source (origin (method git-fetch) @@ -229,7 +229,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "1q74hm1z0m08r9amz982a9ylcwz2mbg3hqarprwj775wkrbv81h7")) + (base32 "0bix5zlv9zp9fxqpn9l9bdw65xrgih5w0csq1xkkhm2c7p3vqjbb")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |
