all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: Brendan Tildesley <mail@brendan.scot>
Cc: 43124-done@debbugs.gnu.org
Subject: bug#43124: [PATCH] gnu: racket-minimal: Fix hash for version 7.8.
Date: Mon, 31 Aug 2020 05:09:20 +0200	[thread overview]
Message-ID: <20200831050920.2280278a@tachikoma.lepiller.eu> (raw)
In-Reply-To: <20200831030243.22914-1-mail@brendan.scot>

Thanks, pushed as a2ebc7426ac9b7336b9e21988cfc943a73cc55f5, thank you!

Le Mon, 31 Aug 2020 13:02:43 +1000,
Brendan Tildesley <mail@brendan.scot> a écrit :

> * gnu/packages/scheme.scm (racket-minimal): Fix hash.
> ---
>  gnu/packages/scheme.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
> index ffbe90a52e..a8f26f55dd 100644
> --- a/gnu/packages/scheme.scm
> +++ b/gnu/packages/scheme.scm
> @@ -396,7 +396,7 @@ implementation techniques and as an expository
> tool.") (define-public racket
>    (package
>      (name "racket")
> -    (version "7.8")
> +    (version "7.8") ;; Note: Remember to also update racket-minimal!
>      (source (origin
>                (method url-fetch)
>                (uri (list (string-append
> "http://mirror.racket-lang.org/installers/" @@ -538,7 +538,7 @@ of
> libraries.") version "/racket-minimal-" version "-src.tgz")))
>                (sha256
>                 (base32
> -
> "1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
> +
> "0bbglf9vfacpm2hn3lskhvc8cpg6z088fbnzpqsn17z8qdk8yvb3")) (patches
> (search-patches "racket-store-checksum-override.patch"))))
>      (synopsis "Racket without bundled packages such as Dr. Racket")





      reply	other threads:[~2020-08-31  3:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  3:02 [bug#43124] [PATCH] gnu: racket-minimal: Fix hash for version 7.8 Brendan Tildesley
2020-08-31  3:09 ` Julien Lepiller [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

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

  git send-email \
    --in-reply-to=20200831050920.2280278a@tachikoma.lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=43124-done@debbugs.gnu.org \
    --cc=mail@brendan.scot \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.