unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43124] [PATCH] gnu: racket-minimal: Fix hash for version 7.8.
@ 2020-08-31  3:02 Brendan Tildesley
  2020-08-31  3:09 ` bug#43124: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Tildesley @ 2020-08-31  3:02 UTC (permalink / raw)
  To: 43124

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43124: [PATCH] gnu: racket-minimal: Fix hash for version 7.8.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2020-08-31  3:09 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 43124-done

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")





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-31  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31  3:02 [bug#43124] [PATCH] gnu: racket-minimal: Fix hash for version 7.8 Brendan Tildesley
2020-08-31  3:09 ` bug#43124: " Julien Lepiller

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).