GNU bug report logs - #74918
[PATCH] gnu: yosys: Update to 0.48.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 16 Dec 2024 21:44:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74918: closed ([PATCH] gnu: yosys: Update to 0.48.)
Date: Sun, 22 Dec 2024 14:47:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 22 Dec 2024 22:45:57 +0800
with message-id <877c7r22u2.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74918] [PATCH] gnu: yosys: Update to 0.48.
has caused the debbugs.gnu.org bug report #74918,
regarding [PATCH] gnu: yosys: Update to 0.48.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74918
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: yosys: Update to 0.48.
Date: Mon, 16 Dec 2024 22:43:11 +0100
* 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



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 74918-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#74918] [PATCH] gnu: yosys: Update to 0.48.
Date: Sun, 22 Dec 2024 22:45:57 +0800
[Message part 4 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> 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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.