diff options
author | Andreas Enge <andreas@enge.fr> | 2014-11-23 22:02:20 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-11-25 08:55:26 +0100 |
commit | e6c1e91d8b19f189e8d65b8a526be5c614210178 (patch) | |
tree | 9d66f06ddb3601c43a52385bda55e5a457ac085b /gnu/packages/lisp.scm | |
parent | 0da98533602d37f008c2d3736182b2014618e81b (diff) | |
download | patches-e6c1e91d8b19f189e8d65b8a526be5c614210178.tar patches-e6c1e91d8b19f189e8d65b8a526be5c614210178.tar.gz |
gnu: gcl: Update to 2.6.12.
* gnu/packages/lisp.scm (gcl): Update to 2.6.12.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index f9d1c26518..0dbc11fcdf 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -31,13 +31,13 @@ (define-public gcl (package (name "gcl") - (version "2.6.11") + (version "2.6.12") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/" name "/" name "-" version ".tar.gz")) (sha256 - (base32 "177vz8z74mky5nrq6qlfvnzvb1prw8jmlv4cwfx8w7k3k818y1a4")))) + (base32 "1s4hs2qbjqmn9h88l4xvsifq5c3dlc5s74lyb61rdi5grhdlkf4f")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f ; The build system seems not to be thread safe. |