guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: guile-2.0/fixed: Update to 2.0.12.


From: Mark H. Weaver
Subject: 03/03: gnu: guile-2.0/fixed: Update to 2.0.12.
Date: Sun, 21 Aug 2016 01:51:36 +0000 (UTC)

mhw pushed a commit to branch core-updates
in repository guix.

commit 4f07bb6b433a7fa2fdcb5f465f7b9dfdf0140dae
Author: Mark H Weaver <address@hidden>
Date:   Sat Aug 20 21:49:29 2016 -0400

    gnu: guile-2.0/fixed: Update to 2.0.12.
    
    * gnu/packages/guile.scm (guile-2.0/fixed): Use 'guile-2.0' unmodified.
---
 gnu/packages/guile.scm |   12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 4c25a72..1171436 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]