emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39751: closed ([PATCH core-updates] gnu: swig: Use guile-3.0 instead


From: GNU bug Tracking System
Subject: bug#39751: closed ([PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.)
Date: Wed, 18 Mar 2020 18:27:02 +0000

Your message dated Wed, 18 Mar 2020 19:26:47 +0100
with message-id <address@hidden>
and subject line Re: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 
instead of guile-2.2.
has caused the debbugs.gnu.org bug report #39751,
regarding [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39751
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Date: Sun, 23 Feb 2020 11:59:42 +0530
* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
guile-3.0.
---
 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 3de6343da8..86c1407da9 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)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Date: Wed, 18 Mar 2020 19:26:47 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Arun Isaac <address@hidden> writes:

> * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
> guile-3.0.

I pushed this on your behalf in commit
e607cc3a479b39d11e9d2b5979b9719e133008a0 along with some other
last-minute core-updates changes.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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