summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-18 22:16:21 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-18 22:16:21 +0100
commit325285d5818cadd510a47910970234c7205b3bb7 (patch)
tree41dc29140c1a0f9381ec5ccec604edf254a7e824
parentd008415219df27f0b0ab000ceed12226183cd9b2 (diff)
downloadpatches-325285d5818cadd510a47910970234c7205b3bb7.tar
patches-325285d5818cadd510a47910970234c7205b3bb7.tar.gz
distro: guile: Switch to 2.0.7.
* distro/packages/guile.scm (guile-2.0/fixed): Alias GUILE-2.0.
-rw-r--r--distro/packages/guile.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/distro/packages/guile.scm b/distro/packages/guile.scm
index e7ed613670..a5d37eb40b 100644
--- a/distro/packages/guile.scm
+++ b/distro/packages/guile.scm
@@ -134,15 +134,7 @@ call interface, and powerful string processing.")
(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.6")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/guile/guile-" version
- ".tar.xz"))
- (sha256
- (base32
- "000ng5qsq3cl1k35jvzvhwxj92wx4q87745n2fppkd4irh58vv5l"))))))
+ guile-2.0)
;;;