gnu: scheme48: Update to 1.9.2.
* gnu/packages/scheme.scm (scheme48): Update to 1.9.2.
This commit is contained in:
parent
183f42f90f
commit
5c4d98ab50
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
|
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
|
||||||
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
|
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
|
||||||
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -365,14 +366,14 @@ language standard, and includes many enhancements and extensions.")
|
||||||
(define-public scheme48
|
(define-public scheme48
|
||||||
(package
|
(package
|
||||||
(name "scheme48")
|
(name "scheme48")
|
||||||
(version "1.9")
|
(version "1.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://s48.org/" version
|
(uri (string-append "http://s48.org/" version
|
||||||
"/scheme48-" version ".tgz"))
|
"/scheme48-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rw2lz5xgld0klvld292ds6hvfk5l12vskzgf1hhwjdpa38r3fnw"))
|
"1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw"))
|
||||||
(patches (list (search-patch "scheme48-tests.patch")))))
|
(patches (list (search-patch "scheme48-tests.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://s48.org/")
|
(home-page "http://s48.org/")
|
||||||
|
|
Reference in a new issue