summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-23 22:02:20 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-25 08:55:26 +0100
commite6c1e91d8b19f189e8d65b8a526be5c614210178 (patch)
tree9d66f06ddb3601c43a52385bda55e5a457ac085b /gnu
parent0da98533602d37f008c2d3736182b2014618e81b (diff)
gnu: gcl: Update to 2.6.12.
* gnu/packages/lisp.scm (gcl): Update to 2.6.12.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f9d1c265187..0dbc11fcdf6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -31,13 +31,13 @@
31(define-public gcl 31(define-public gcl
32 (package 32 (package
33 (name "gcl") 33 (name "gcl")
34 (version "2.6.11") 34 (version "2.6.12")
35 (source 35 (source
36 (origin 36 (origin
37 (method url-fetch) 37 (method url-fetch)
38 (uri (string-append "mirror://gnu/" name "/" name "-" version ".tar.gz")) 38 (uri (string-append "mirror://gnu/" name "/" name "-" version ".tar.gz"))
39 (sha256 39 (sha256
40 (base32 "177vz8z74mky5nrq6qlfvnzvb1prw8jmlv4cwfx8w7k3k818y1a4")))) 40 (base32 "1s4hs2qbjqmn9h88l4xvsifq5c3dlc5s74lyb61rdi5grhdlkf4f"))))
41 (build-system gnu-build-system) 41 (build-system gnu-build-system)
42 (arguments 42 (arguments
43 `(#:parallel-build? #f ; The build system seems not to be thread safe. 43 `(#:parallel-build? #f ; The build system seems not to be thread safe.