diff mbox series

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

Message ID 20200518192805.4767-1-jackhill@jackhill.us
State Accepted
Headers show
Series [bug#41378] gnu: racket-minimal: Fix hash for version 7.7. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Jack Hill May 18, 2020, 7:28 p.m. UTC
* 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(-)

Comments

Marius Bakke May 20, 2020, 8:53 p.m. UTC | #1
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.
diff mbox series

Patch

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