GNU bug report logs - #77696
[PATCH] gnu: yosys: Update to 0.52.

Previous Next

Package: guix-patches;

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

Date: Thu, 10 Apr 2025 09:53:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77696 in the body.
You can then email your comments to 77696 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to csantosb <at> inventati.org, ekaitz <at> elenq.tech, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org:
bug#77696; Package guix-patches. (Thu, 10 Apr 2025 09:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to csantosb <at> inventati.org, ekaitz <at> elenq.tech, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org. (Thu, 10 Apr 2025 09:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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.52.
Date: Thu, 10 Apr 2025 11:52:08 +0200
* gnu/packages/fpga.scm (yosys): Update to 0.52.

Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55
---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 893e875276..94d808df19 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -157,7 +157,7 @@ (define-public iverilog
 (define-public yosys
   (package
     (name "yosys")
-    (version "0.51")
+    (version "0.52")
     (source
      (origin
        (method git-fetch)
@@ -165,7 +165,7 @@ (define-public yosys
              (url "https://github.com/YosysHQ/yosys")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm"))
+        (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 07c9a4273152deb128006b5ac2087d5fe30a5927
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77696; Package guix-patches. (Fri, 18 Apr 2025 07:43:05 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 77696-done <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Cayetano Santos <csantosb <at> inventati.org>, Ekaitz Zarraga <ekaitz <at> elenq.tech>
Subject: Re: [bug#77696] [PATCH] gnu: yosys: Update to 0.52.
Date: Fri, 18 Apr 2025 15:41:52 +0800
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fpga.scm (yosys): Update to 0.52.
>
> Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55
> ---
>  gnu/packages/fpga.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index 893e875276..94d808df19 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -157,7 +157,7 @@ (define-public iverilog
>  (define-public yosys
>    (package
>      (name "yosys")
> -    (version "0.51")
> +    (version "0.52")
>      (source
>       (origin
>         (method git-fetch)
> @@ -165,7 +165,7 @@ (define-public yosys
>               (url "https://github.com/YosysHQ/yosys")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm"))
> +        (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
>
> base-commit: 07c9a4273152deb128006b5ac2087d5fe30a5927
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Fri, 18 Apr 2025 07:43:08 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Fri, 18 Apr 2025 07:43:09 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 May 2025 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 36 days ago.

Previous Next


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