guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: guile-sqlite3: Use the correct Guile v


From: guix-commits
Subject: branch core-updates updated: gnu: guile-sqlite3: Use the correct Guile version.
Date: Tue, 17 Mar 2020 06:18:42 -0400

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 <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]