diff options
author | David Thompson <davet@gnu.org> | 2016-06-20 10:54:05 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2016-06-20 14:23:58 -0400 |
commit | b0d388c9dc0d20c12e15bf9a4f1c292873701eee (patch) | |
tree | 242bc80d1700e9fb67608f6d89fbe7d4b4c21150 /gnu | |
parent | 6d32dd8cef5891051a723e9f8c054b0e6ff4687b (diff) | |
download | gnu-guix-b0d388c9dc0d20c12e15bf9a4f1c292873701eee.tar gnu-guix-b0d388c9dc0d20c12e15bf9a4f1c292873701eee.tar.gz |
gnu: guile-next: Update to 2.1.3.
* gnu/packages/guile.scm (guile-next): Update to 2.1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 2fb2c7ff91..2d895abe00 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -199,14 +199,14 @@ without requiring the source code to be rewritten.") (define-public guile-next (package (inherit guile-2.0) (name "guile-next") - (version "2.1.2") + (version "2.1.3") (source (origin (method url-fetch) (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-" version ".tar.xz")) (sha256 (base32 - "0p971k3v04jj5klnv145g4172cpcp90arf0wvxxj2aqkg16j9m9c")) + "1k48wqca2hrsbfq4ssiv4pg9jwlqncs5iwwxklk2bnczi7lavv78")) (modules '((guix build utils))) ;; Remove the pre-built object files. Instead, build everything |