guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: guile-next: Update to 3.0.1.


From: guix-commits
Subject: 01/05: gnu: guile-next: Update to 3.0.1.
Date: Sun, 8 Mar 2020 16:22:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1a30351bf37930222f077cdbcbb6659372f1ea2d
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Mar 8 21:12:20 2020 +0100

    gnu: guile-next: Update to 3.0.1.
    
    * gnu/packages/guile.scm (guile-3.0): Update to 3.0.1.  Use "mirror://" URL.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 9c83f33..e34fe47 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -292,14 +292,14 @@ without requiring the source code to be rewritten.")
   (package
     (inherit guile-2.2)
     (name "guile-next")                           ;to be renamed to "guile"
-    (version "3.0.0")
+    (version "3.0.1")
     (source (origin
               (inherit (package-source guile-2.2))
-              (uri (string-append "ftp://ftp.gnu.org/gnu/guile/guile-";
+              (uri (string-append "mirror://gnu/guile/guile-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0x8ca6q1qdmk29lh12gj6ngvgn7kp79w42rxfgwrpxm9jmjqs4y9"))))
+                "1jakps3127h8g69ixgb4zwc8v2g29dmwql1vi3pwg30kzp8fm5nn"))))
     (arguments
      (substitute-keyword-arguments (package-arguments guile-2.2)
        ;; XXX: On ARMv7, work around <https://bugs.gnu.org/39208> by disabling



reply via email to

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