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 3.0.9-0.79e836b.


From: guix-commits
Subject: branch master updated: gnu: guile-next: Update to 3.0.9-0.79e836b.
Date: Fri, 13 Oct 2023 19:32:13 -0400

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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e8d20b6b3 gnu: guile-next: Update to 3.0.9-0.79e836b.
8e8d20b6b3 is described below

commit 8e8d20b6b35d3ab529f9045cc8a779cdcec9c471
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Fri Oct 13 19:29:09 2023 -0400

    gnu: guile-next: Update to 3.0.9-0.79e836b.
    
    * gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.79e836b.
---
 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 78fc74bbce..ac917fa9b2 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 "c2cba86785a34351788f52ea4fccf9f10f3a1dee"))
+        (commit "79e836b8cc601a1259c934000a953a8d739ddd6f"))
     (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
-                  "1k0dkmyf9s4iynjj2qm0szqfpfd3b07cpj0fay14iwbidkrqndzf"))))
+                  "0s90khsdbvrkykp58izkvyxf8jciggdapm29dc3lzk3s1shajlgm"))))
       (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]