unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74918@debbugs.gnu.org
Cc: 74918-done@debbugs.gnu.org, Cayetano Santos <csantosb@inventati.org>
Subject: [bug#74918] [PATCH] gnu: yosys: Update to 0.48.
Date: Sun, 22 Dec 2024 22:45:57 +0800	[thread overview]
Message-ID: <877c7r22u2.fsf@iscas.ac.cn> (raw)
In-Reply-To: <299be14aa9a3f480f8979aa1f93535bee67af34b.1734385391.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Mon, 16 Dec 2024 22:43:11 +0100")

[-- 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 --]

      reply	other threads:[~2024-12-22 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877c7r22u2.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74918-done@debbugs.gnu.org \
    --cc=74918@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).