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

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Mon, 18 May 2020 19:29:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#41378: closed ([PATCH] gnu: racket-minimal: Fix hash for
 version 7.7.)
Date: Wed, 20 May 2020 20:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 20 May 2020 22:53:50 +0200
with message-id <87tv0a9vkx.fsf <at> devup.no>
and subject line Re: [bug#41378] [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
has caused the debbugs.gnu.org bug report #41378,
regarding [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
41378: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41378
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Cc: Jack Hill <jackhill <at> jackhill.us>
Subject: [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
Date: Mon, 18 May 2020 15:28:05 -0400
* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.
---

racket-minimal inherits its version from racket, but its hash wasn't
updated when racket was upgraded to 7.7. This commit updates the hash.

 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 5b290b9728..4551e57d4a 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -537,7 +537,7 @@ of libraries.")
                           version "/racket-minimal-" version "-src.tgz")))
               (sha256
                (base32
-                "0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y"))
+                "1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
               (patches (search-patches
                         "racket-store-checksum-override.patch"))))
     (synopsis "Racket without bundled packages such as Dr. Racket")
-- 
2.26.2



[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Jack Hill <jackhill <at> jackhill.us>, 41378-done <at> debbugs.gnu.org
Cc: Jack Hill <jackhill <at> jackhill.us>
Subject: Re: [bug#41378] [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
Date: Wed, 20 May 2020 22:53:50 +0200
[Message part 4 (text/plain, inline)]
Jack Hill <jackhill <at> jackhill.us> writes:

> * gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.
> ---
>
> racket-minimal inherits its version from racket, but its hash wasn't
> updated when racket was upgraded to 7.7. This commit updates the hash.

Applied, thanks!  I added a reference to the commit that introduced the
problem in the commit message for future reference.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 61 days ago.

Previous Next


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