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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <z572 <at> z572.online>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77696: closed ([PATCH] gnu: yosys: Update to 0.52.)
Date: Fri, 18 Apr 2025 07:43:09 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Apr 2025 15:41:52 +0800
with message-id <87sem5rk5b.fsf <at> z572.online>
and subject line Re: [bug#77696] [PATCH] gnu: yosys: Update to 0.52.
has caused the debbugs.gnu.org bug report #77696,
regarding [PATCH] gnu: yosys: Update to 0.52.
to be marked as done.

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


-- 
77696: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77696
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.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



[Message part 3 (message/rfc822, inline)]
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 4 (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)]

This bug report was last modified 87 days ago.

Previous Next


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