gnu: racket-minimal: Fix hash for version 7.8.
* gnu/packages/scheme.scm (racket-minimal): Fix hash. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
123612d314
commit
a2ebc7426a
1 changed files with 2 additions and 2 deletions
|
@ -396,7 +396,7 @@ implementation techniques and as an expository tool.")
|
||||||
(define-public racket
|
(define-public racket
|
||||||
(package
|
(package
|
||||||
(name "racket")
|
(name "racket")
|
||||||
(version "7.8")
|
(version "7.8") ;; Note: Remember to also update racket-minimal!
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
|
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
|
||||||
|
@ -538,7 +538,7 @@ of libraries.")
|
||||||
version "/racket-minimal-" version "-src.tgz")))
|
version "/racket-minimal-" version "-src.tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
|
"0bbglf9vfacpm2hn3lskhvc8cpg6z088fbnzpqsn17z8qdk8yvb3"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"racket-store-checksum-override.patch"))))
|
"racket-store-checksum-override.patch"))))
|
||||||
(synopsis "Racket without bundled packages such as Dr. Racket")
|
(synopsis "Racket without bundled packages such as Dr. Racket")
|
||||||
|
|
Reference in a new issue