diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-04 22:01:40 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-04 22:01:40 +0300 |
| commit | 5c4d98ab50b874935540417b150d9ddaded900ef (patch) | |
| tree | 989b1b2e1b1a2b5f6c6be4e47ae642b59e97cbf3 /gnu | |
| parent | 183f42f90f2517e5cf16ac49fc571a70799e7ec6 (diff) | |
gnu: scheme48: Update to 1.9.2.
* gnu/packages/scheme.scm (scheme48): Update to 1.9.2.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/scheme.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index f16629397f4..50533b9a29b 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 3 | ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> |
| 4 | ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> | 4 | ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> |
| 5 | ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> | 5 | ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> |
| 6 | ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> | ||
| 6 | ;;; | 7 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 8 | ;;; This file is part of GNU Guix. |
| 8 | ;;; | 9 | ;;; |
| @@ -365,14 +366,14 @@ language standard, and includes many enhancements and extensions.") | |||
| 365 | (define-public scheme48 | 366 | (define-public scheme48 |
| 366 | (package | 367 | (package |
| 367 | (name "scheme48") | 368 | (name "scheme48") |
| 368 | (version "1.9") | 369 | (version "1.9.2") |
| 369 | (source (origin | 370 | (source (origin |
| 370 | (method url-fetch) | 371 | (method url-fetch) |
| 371 | (uri (string-append "http://s48.org/" version | 372 | (uri (string-append "http://s48.org/" version |
| 372 | "/scheme48-" version ".tgz")) | 373 | "/scheme48-" version ".tgz")) |
| 373 | (sha256 | 374 | (sha256 |
| 374 | (base32 | 375 | (base32 |
| 375 | "0rw2lz5xgld0klvld292ds6hvfk5l12vskzgf1hhwjdpa38r3fnw")) | 376 | "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw")) |
| 376 | (patches (list (search-patch "scheme48-tests.patch"))))) | 377 | (patches (list (search-patch "scheme48-tests.patch"))))) |
| 377 | (build-system gnu-build-system) | 378 | (build-system gnu-build-system) |
| 378 | (home-page "http://s48.org/") | 379 | (home-page "http://s48.org/") |
