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 commit d8df317.


From: guix-commits
Subject: branch master updated: gnu: guile-next: Update to commit d8df317.
Date: Tue, 28 Nov 2023 14:31:33 -0500

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 cd46757c1a gnu: guile-next: Update to commit d8df317.
cd46757c1a is described below

commit cd46757c1a0f886848fbb6828c028dd2a2532767
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Nov 28 13:30:35 2023 -0500

    gnu: guile-next: Update to commit d8df317.
    
    * gnu/packages/guile.scm (guile-next): Update to commit d8df317.
    
    Change-Id: I80efe5221183f694f3e7ff85232dcce136a30ccb
---
 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 ac917fa9b2..9169c09648 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 "79e836b8cc601a1259c934000a953a8d739ddd6f"))
+        (commit "d8df317bafcdd9fcfebb636433c4871f2fab28b2"))
     (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
-                  "0s90khsdbvrkykp58izkvyxf8jciggdapm29dc3lzk3s1shajlgm"))))
+                  "0g294vnc5xkaq5vqh9hkh793mybkr17yqwh0fc46alnwxgpgjy5n"))))
       (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]