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 fb1f5e2.


From: guix-commits
Subject: branch master updated: gnu: guile-next: Update to commit fb1f5e2.
Date: Mon, 29 Jan 2024 13:40:20 -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 370b79b4f5 gnu: guile-next: Update to commit fb1f5e2.
370b79b4f5 is described below

commit 370b79b4f5e6b8b05948e543678e263b38e51c0c
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Mon Jan 29 13:38:35 2024 -0500

    gnu: guile-next: Update to commit fb1f5e2.
    
    * gnu/packages/guile.scm (guile-next): Update to commit fb1f5e2.
    
    Change-Id: Ia699bf7bf950b8780366146508eec566a738fb80
---
 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 9169c09648..42f5bb6794 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 "d8df317bafcdd9fcfebb636433c4871f2fab28b2"))
+        (commit "fb1f5e28b1a575247fd16184b1c83b8838b09716"))
     (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
-                  "0g294vnc5xkaq5vqh9hkh793mybkr17yqwh0fc46alnwxgpgjy5n"))))
+                  "1lcc6sz0f3x253pr4a0fggsfkaxmxxw63cspfm2mjis6h82g6jxm"))))
       (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]