guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-2.0: Update to 2.0.12.


From: Leo Famulari
Subject: 01/01: gnu: guile-2.0: Update to 2.0.12.
Date: Fri, 5 Aug 2016 15:38:19 +0000 (UTC)

lfam pushed a commit to branch python-updates
in repository guix.

commit bd21159eba2cce3ca7226faa4772df64df06605d
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 4 23:52:52 2016 -0400

    gnu: guile-2.0: Update to 2.0.12.
    
    * gnu/packages/guile.scm (guile-2.0): Update to 2.0.12.
    (guile-2.0/fixed): Keep at 2.0.11.
    
    Co-authored-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/guile.scm |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 2d8ca0c..097947a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -127,14 +127,14 @@ without requiring the source code to be rewritten.")
 (define-public guile-2.0
   (package
    (name "guile")
-   (version "2.0.11")
+   (version "2.0.12")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/guile/guile-" version
                                 ".tar.xz"))
             (sha256
              (base32
-              "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f"))
+              "1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy"))
             (patches (search-patches "guile-arm-fixes.patch"))))
    (build-system gnu-build-system)
    (native-inputs `(("pkgconfig" ,pkg-config)))
@@ -195,7 +195,17 @@ 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.
-  guile-2.0)
+  (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"))))))
 
 (define-public guile-next
   (package (inherit guile-2.0)



reply via email to

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