guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: swig: Use guile-3.0 instead of guile-2.2.


From: guix-commits
Subject: 01/11: gnu: swig: Use guile-3.0 instead of guile-2.2.
Date: Wed, 18 Mar 2020 14:24:18 -0400 (EDT)

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

commit e607cc3a479b39d11e9d2b5979b9719e133008a0
Author: Arun Isaac <address@hidden>
AuthorDate: Sun Feb 23 11:59:42 2020 +0530

    gnu: swig: Use guile-3.0 instead of guile-2.2.
    
    * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
    guile-3.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/swig.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 3de6343..86c1407 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2018 Marius Bakke <address@hidden>
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2020 Arun Isaac <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -57,7 +58,7 @@
     (native-inputs `(("boost" ,boost)
                      ("pcre" ,pcre "bin")       ;for 'pcre-config'
                      ;; The following are for tests and examples:
-                     ("guile" ,guile-2.2)
+                     ("guile" ,guile-3.0)
                      ("perl" ,perl)))
                      ;;("python" ,python-wrapper)
     (inputs `(("pcre" ,pcre)))



reply via email to

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