summary refs log tree commit diff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-08-20 21:49:29 -0400
committerMark H Weaver <mhw@netris.org>2016-08-20 21:49:29 -0400
commit4f07bb6b433a7fa2fdcb5f465f7b9dfdf0140dae (patch)
tree37f58761e07ab0c25ba0bdf7f4b9ce07e6d523a9 /gnu/packages/guile.scm
parent923d9caa1800fb48b1745cf9ef0fd294a423d4cd (diff)
downloadguix-4f07bb6b433a7fa2fdcb5f465f7b9dfdf0140dae.tar.gz
gnu: guile-2.0/fixed: Update to 2.0.12.
* gnu/packages/guile.scm (guile-2.0/fixed): Use 'guile-2.0' unmodified.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r--gnu/packages/guile.scm12
1 files changed, 1 insertions, 11 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 4c25a722c9..1171436804 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -198,17 +198,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-2.0/fixed
   ;; A package of Guile 2.0 that's rarely changed.  It is the one used
   ;; in the `base' module, and thus changing it entails a full rebuild.
-  (package
-    (inherit guile-2.0)
-    (version "2.0.11")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/guile/guile-" version
-                                  ".tar.xz"))
-              (sha256
-               (base32
-                "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f"))
-              (patches (search-patches "guile-arm-fixes.patch"))))))
+  guile-2.0)
 
 (define-public guile-next
   (package (inherit guile-2.0)