* [bug#74918] [PATCH] gnu: yosys: Update to 0.48.
@ 2024-12-16 21:43 Cayetano Santos via Guix-patches via
2024-12-22 14:45 ` Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-12-16 21:43 UTC (permalink / raw)
To: 74918; +Cc: Cayetano Santos
* gnu/packages/fpga.scm (yosys): Update to 0.48.
Change-Id: Ie54690664ae42dd306c465112ba3d9d1610c728f
---
gnu/packages/fpga.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index e69169b980..e123c9ff32 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -150,15 +150,15 @@ (define-public iverilog
(define-public yosys
(package
(name "yosys")
- (version "0.47")
+ (version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/YosysHQ/yosys")
- (commit version)))
+ (commit (string-append "v" version))))
(sha256
(base32
- "061sqb59vl61rshlwgv3n51x0fxd9x3lb6gfbdl7nzia8im7x0qm"))
+ "1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
base-commit: c3290cee6add60b7e56f5f919d9498d78542790a
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74918] [PATCH] gnu: yosys: Update to 0.48.
2024-12-16 21:43 [bug#74918] [PATCH] gnu: yosys: Update to 0.48 Cayetano Santos via Guix-patches via
@ 2024-12-22 14:45 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-12-22 14:45 UTC (permalink / raw)
To: 74918; +Cc: 74918-done, Cayetano Santos
[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]
Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/fpga.scm (yosys): Update to 0.48.
>
> Change-Id: Ie54690664ae42dd306c465112ba3d9d1610c728f
> ---
> gnu/packages/fpga.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index e69169b980..e123c9ff32 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -150,15 +150,15 @@ (define-public iverilog
> (define-public yosys
> (package
> (name "yosys")
> - (version "0.47")
> + (version "0.48")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/YosysHQ/yosys")
> - (commit version)))
> + (commit (string-append "v" version))))
> (sha256
> (base32
> - "061sqb59vl61rshlwgv3n51x0fxd9x3lb6gfbdl7nzia8im7x0qm"))
> + "1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
>
> base-commit: c3290cee6add60b7e56f5f919d9498d78542790a
pushed, closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-22 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 21:43 [bug#74918] [PATCH] gnu: yosys: Update to 0.48 Cayetano Santos via Guix-patches via
2024-12-22 14:45 ` Zheng Junjie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.