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

janneke 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 b778989  gnu: guix: Update to 'guile-3.0' also in native-inputs.
b778989 is described below

commit b778989e9a299102355b7145d1963baed5db7268
Author: Jan Nieuwenhuizen <[email protected]>
AuthorDate: Tue Mar 17 18:27:23 2020 +0100

    gnu: guix: Update to 'guile-3.0' also in native-inputs.
    
    * gnu/packages/package-management.scm (guix)[native-inputs]: Update to
    guile-3.0.
---
 gnu/packages/package-management.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 555019a..bcc3063 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2020 Mathieu Othacehe <[email protected]>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -280,7 +281,7 @@
 
                        ;; Guile libraries are needed here for
                        ;; cross-compilation.
-                       ("guile" ,guile-2.2)
+                       ("guile" ,guile-3.0)
                        ("gnutls" ,gnutls)
                        ("guile-gcrypt" ,guile-gcrypt)
                        ("guile-json" ,guile-json-3)

Reply via email to