guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-next: Update to 2.9.9.


From: guix-commits
Subject: 02/02: gnu: guile-next: Update to 2.9.9.
Date: Mon, 13 Jan 2020 12:05:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4616f5a8405f2e90aa6183e2d40844dcea6598ca
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 13 18:04:39 2020 +0100

    gnu: guile-next: Update to 2.9.9.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.9.9.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 4b88c41..cb22242 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -288,14 +288,14 @@ without requiring the source code to be rewritten.")
   (package
     (inherit guile-2.2)
     (name "guile-next")
-    (version "2.9.8")
+    (version "2.9.9")
     (source (origin
               (inherit (package-source guile-2.2))
               (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "09icv9ymdb7hchn34c32s7x8ycilqj74mirmi4b3bm5zp1izd32a"))))
+                "0s99zzdzj29fb42q5fwn7vqg9k7y9ppq9vkv4p39zr93z8694wdz"))))
     (native-search-paths
      (list (search-path-specification
             (variable "GUILE_LOAD_PATH")



reply via email to

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