guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-next: Update to c2cba86.


From: guix-commits
Subject: branch master updated: gnu: guile-next: Update to c2cba86.
Date: Fri, 01 Sep 2023 13:55:05 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a88da4199c gnu: guile-next: Update to c2cba86.
a88da4199c is described below

commit a88da4199c30291a3155ff1b24b4b5ab3d7c40c0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Sep 1 19:45:19 2023 +0200

    gnu: guile-next: Update to c2cba86.
    
    * gnu/packages/guile.scm (guile-next): Update to c2cba86.
---
 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 414aafaf26..78fc74bbce 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -457,7 +457,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (let ((version "3.0.9")
         (revision "0")
-        (commit "aa2cfe7cf69327285a17de97682d696f2f6c43ef"))
+        (commit "c2cba86785a34351788f52ea4fccf9f10f3a1dee"))
     (package
       (inherit guile-3.0)
       (name "guile-next")
@@ -471,7 +471,7 @@ without requiring the source code to be rewritten.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "03xwy3ni85qy0lrvz0lk0488394nfsfc1004l84lgyzql2qwkynl"))))
+                  "1k0dkmyf9s4iynjj2qm0szqfpfd3b07cpj0fay14iwbidkrqndzf"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guile-3.0)
          ((#:phases phases '%standard-phases)



reply via email to

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