From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33427) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5kmB-0001tR-DT for guix-patches@gnu.org; Sun, 23 Feb 2020 01:30:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5kmA-0003mS-B5 for guix-patches@gnu.org; Sun, 23 Feb 2020 01:30:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44346) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5kmA-0003mI-8P for guix-patches@gnu.org; Sun, 23 Feb 2020 01:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5kmA-0002kE-4K for guix-patches@gnu.org; Sun, 23 Feb 2020 01:30:02 -0500 Subject: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33414) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5km2-0001sp-8A for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5km0-0003Mb-Cy for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:53 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:49360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5klz-0003BP-7H for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:52 -0500 From: Arun Isaac Date: Sun, 23 Feb 2020 11:59:42 +0530 Message-Id: <20200223062942.17171-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39751@debbugs.gnu.org Cc: Arun Isaac * 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 ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2019 Efraim Flashner +;;; Copyright © 2020 Arun Isaac ;;; ;;; 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