GNU bug report logs -
#74918
[PATCH] gnu: yosys: Update to 0.48.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74918 in the body.
You can then email your comments to 74918 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74918
; Package
guix-patches
.
(Mon, 16 Dec 2024 21:44: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
guix-patches <at> gnu.org
.
(Mon, 16 Dec 2024 21:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74918
; Package
guix-patches
.
(Sun, 22 Dec 2024 14:47:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[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.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)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Sun, 22 Dec 2024 14:47:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sun, 22 Dec 2024 14:47:04 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
.
(Mon, 20 Jan 2025 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.