gnu: racket: Update to 7.9.
* gnu/packages/scheme.scm (racket, racket-minimal): Update to 7.9.master
parent
ed4239c6b5
commit
788783cb28
|
@ -398,7 +398,7 @@ implementation techniques and as an expository tool.")
|
|||
(define-public racket
|
||||
(package
|
||||
(name "racket")
|
||||
(version "7.8") ;; Note: Remember to also update racket-minimal!
|
||||
(version "7.9") ; note: remember to also update racket-minimal!
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
|
||||
|
@ -408,7 +408,7 @@ implementation techniques and as an expository tool.")
|
|||
version "/racket-" version "-src.tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"19z3dayybcra277s4gk2mppalwawd93f2b16xyrb6d7rbbfz7j9j"))
|
||||
"18pz6gjzqy6a62xkcmjanhr7kgxpvpmc0blrk4igz8ldcybz44if"))
|
||||
(patches (search-patches
|
||||
"racket-store-checksum-override.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
@ -540,7 +540,7 @@ of libraries.")
|
|||
version "/racket-minimal-" version "-src.tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0bbglf9vfacpm2hn3lskhvc8cpg6z088fbnzpqsn17z8qdk8yvb3"))
|
||||
"0xvnd7afx058sg7j51bmbikqgn4sl0246nkhr8zlqcrbr3nqi6p4"))
|
||||
(patches (search-patches
|
||||
"racket-store-checksum-override.patch"))))
|
||||
(synopsis "Racket without bundled packages such as Dr. Racket")
|
||||
|
|
Reference in New Issue