civodul pushed a commit to branch master
in repository guix.

commit f558e141991e72409baea65351ec8d3ecc8e076b
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 8 17:03:17 2023 +0100

    gnu: guile-aa-tree: Update Guile version to 3.0 .
    
    * gnu/packages/guile-xyz.scm (guile-aa-tree): Update Guile version to 3.0.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 26535d99db..a80af5869c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1293,7 +1293,7 @@ types are supported.")
                (base32
                 "0044c105r3q9vpl17pv3phl1b79kjm1llhkakqgiasixyav01blh"))))
     (build-system guile-build-system)
-    (inputs (list guile-2.2))
+    (inputs (list guile-3.0))
     (arguments
      (list
       #:scheme-file-regexp "^aa-tree\\.scm"

Reply via email to