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

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 02ed227  gnu: guile-sqlite3: Use the correct Guile version.
02ed227 is described below

commit 02ed227f94496643cc82259f9e1c11d90a13c8b8
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Mar 17 11:13:20 2020 +0100

    gnu: guile-sqlite3: Use the correct Guile version.
    
    This is a follow-up to commit b6bee63bed4f013064c0d902e7c8b83ed7514ade..
    
    * gnu/packages/guile.scm (guile-sqlite3)[native-inputs]: Remove GUILE-2.2.
    Add GUILE-3.0.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b471ecc..e137ab6 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -594,7 +594,7 @@ Guile's foreign function interface.")
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("guile" ,guile-2.2)
+       ("guile" ,guile-3.0)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("guile" ,guile-3.0)

Reply via email to