guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-next: Update to commit 3b76a30.


From: guix-commits
Subject: 01/02: gnu: guile-next: Update to commit 3b76a30.
Date: Tue, 30 Apr 2024 10:52:19 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit b1365a032613e7756aca892a7422fda0b26b0627
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Apr 30 10:24:32 2024 -0400

    gnu: guile-next: Update to commit 3b76a30.
    
    * gnu/packages/guile.scm (guile-next): Update to commit 3b76a30.
    
    Change-Id: I9af6593f6a7f2babdac19201bd1be541ea78e8e5
---
 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 58a044fa9d..d9160acf36 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 "db7efa5d204b2e46ce9eb82f417d8c12d394858d"))
+        (commit "3b76a30e3ca1f0b7ee7944836c2fc5660596b3bd"))
     (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
-                  "1mg7pd0ya7i9swgnb38ay99cjwiw61ni0ypyywjrpv6iyvmx8m8q"))))
+                  "1cgyjz1x8zpfhsw8gsqkak1lnmi780gps6874ks0bi8dwk0lwx6f"))))
       (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]