unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41378] [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
@ 2020-05-18 19:28 Jack Hill
  2020-05-20 20:53 ` bug#41378: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2020-05-18 19:28 UTC (permalink / raw)
  To: 41378; +Cc: Jack Hill

* 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





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

* bug#41378: [PATCH] gnu: racket-minimal: Fix hash for version 7.7.
  2020-05-18 19:28 [bug#41378] [PATCH] gnu: racket-minimal: Fix hash for version 7.7 Jack Hill
@ 2020-05-20 20:53 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-20 20:53 UTC (permalink / raw)
  To: Jack Hill, 41378-done; +Cc: Jack Hill

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

Jack Hill <jackhill@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-05-20 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 19:28 [bug#41378] [PATCH] gnu: racket-minimal: Fix hash for version 7.7 Jack Hill
2020-05-20 20:53 ` bug#41378: " Marius Bakke

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