unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 61644@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#61644] [PATCH v3] gnu: swig: Update to 4.1.1
Date: Mon, 20 Feb 2023 15:28:35 -0800	[thread overview]
Message-ID: <20230220232835.12694-1-atai@atai.org> (raw)
In-Reply-To: <20230220013133.5643-1-atai@atai.org>

* gnu/packages/swig.scm (swig): update to 4.1.1
---
 gnu/packages/swig.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 1f4bd0922a..c45a6a5b2b 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages swig)
 (define-public swig
   (package
     (name "swig")
-    (version "4.0.2")
+    (version "4.1.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -43,15 +43,15 @@ (define-public swig
                                  name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1z06m5zv87mha6hvys1iay810ghc1jngilfby1ms2n4d1mryjfym"))))
+               "16xc767gf5ip40jh698wbdrxrghli5v2c966bkdmrmpwv378mw1a"))))
     (build-system gnu-build-system)
     (native-inputs (list boost
-                         `(,pcre "bin") ;for 'pcre-config'
+                         pcre2
                          ;; The following are for tests and examples:
                          guile-3.0
                          perl))
                      ;;("python" ,python-wrapper)
-    (inputs (list pcre))
+    (inputs (list pcre2))
     (home-page "http://swig.org/")
     (synopsis
      "Interface compiler that connects C/C++ code to higher-level languages")

base-commit: 037c1b254a84d656b87b6bbb9c339bc04cfdb0a8
prerequisite-patch-id: e6b6a6497169170006695e94999cab21cfb49152
prerequisite-patch-id: 6cf6e26806f47b9f8b8592138dab5a51a4224b89
-- 
2.39.1





  parent reply	other threads:[~2023-02-20 23:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20  1:31 [bug#61644] [PATCH] gnu: swig: Update to 4.1.1 Andy Tai
2023-02-20  7:06 ` [bug#61644] [PATCH v2] " Andy Tai
2023-02-20 23:28 ` Andy Tai [this message]
2023-03-23  5:34 ` [bug#61644] [PATCH v4] gnu: Add swig-next Andy Tai
2023-06-08 21:21   ` bug#61644: [PATCH] gnu: swig: Update to 4.1.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230220232835.12694-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=61644@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).