GNU bug report logs - #43124
[PATCH] gnu: racket-minimal: Fix hash for version 7.8.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Mon, 31 Aug 2020 03:04:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

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 43124 in the body.
You can then email your comments to 43124 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 guix-patches <at> gnu.org:
bug#43124; Package guix-patches. (Mon, 31 Aug 2020 03:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brendan Tildesley <mail <at> brendan.scot>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 31 Aug 2020 03:04:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: racket-minimal: Fix hash for version 7.8.
Date: Mon, 31 Aug 2020 13:02:43 +1000
* 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")
-- 
2.28.0





Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Mon, 31 Aug 2020 03:10:02 GMT) Full text and rfc822 format available.

Notification sent to Brendan Tildesley <mail <at> brendan.scot>:
bug acknowledged by developer. (Mon, 31 Aug 2020 03:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 43124-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 43124-done <at> debbugs.gnu.org
Subject: Re: [bug#43124] [PATCH] gnu: racket-minimal: Fix hash for version 7.8.
Date: Mon, 31 Aug 2020 05:09:20 +0200
Thanks, pushed as a2ebc7426ac9b7336b9e21988cfc943a73cc55f5, thank you!

Le Mon, 31 Aug 2020 13:02:43 +1000,
Brendan Tildesley <mail <at> 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")





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Sep 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 210 days ago.

Previous Next


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