diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-21 12:18:53 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-11-28 15:47:46 +0100 |
| commit | 2fb457cc3fd5392e4b8ad4e51351075413e8490c (patch) | |
| tree | f538c06ebbc359352bab34397a26c5c16dbafcab /gnu | |
| parent | e736d781a1ec348612cf289dac3d5ff33f062b17 (diff) | |
gnu: yosys: Update to 0.59.1.
* gnu/packages/electronics.scm (yosys): Update to 0.59.1.
Change-Id: I1f31cdc04dae2f4645cd65009886ae94391aadf1
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 0d1e2d77198..3d9ab65f692 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -2954,7 +2954,7 @@ parallel computing platforms. It also supports serial execution.") | |||
| 2954 | (define-public yosys | 2954 | (define-public yosys |
| 2955 | (package | 2955 | (package |
| 2956 | (name "yosys") | 2956 | (name "yosys") |
| 2957 | (version "0.59") | 2957 | (version "0.59.1") |
| 2958 | (source | 2958 | (source |
| 2959 | (origin | 2959 | (origin |
| 2960 | (method git-fetch) | 2960 | (method git-fetch) |
| @@ -2962,7 +2962,7 @@ parallel computing platforms. It also supports serial execution.") | |||
| 2962 | (url "https://github.com/YosysHQ/yosys") | 2962 | (url "https://github.com/YosysHQ/yosys") |
| 2963 | (commit (string-append "v" version)))) | 2963 | (commit (string-append "v" version)))) |
| 2964 | (sha256 | 2964 | (sha256 |
| 2965 | (base32 "0bgijlivkhq338rbd056pjhdbjgwbd8l10afzp2dzlhn03j4l140")) | 2965 | (base32 "1fjvhsxk9g1q072bfpp8vxwyiaa73nn0b20ciff2gl2jnp07fvpp")) |
| 2966 | (file-name (git-file-name name version)))) | 2966 | (file-name (git-file-name name version)))) |
| 2967 | (build-system gnu-build-system) | 2967 | (build-system gnu-build-system) |
| 2968 | (arguments | 2968 | (arguments |
