GNU bug report logs - #61644
[PATCH] gnu: swig: Update to 4.1.1

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 20 Feb 2023 01:32:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61644: closed ([PATCH] gnu: swig: Update to 4.1.1)
Date: Thu, 08 Jun 2023 21:22:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 08 Jun 2023 23:21:02 +0200
with message-id <87ilbxzm4h.fsf_-_ <at> gnu.org>
and subject line Re: bug#61644: [PATCH] gnu: swig: Update to 4.1.1
has caused the debbugs.gnu.org bug report #61644,
regarding [PATCH] gnu: swig: Update to 4.1.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61644: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: swig: Update to 4.1.1
Date: Sun, 19 Feb 2023 17:31:33 -0800
* gnu/packages/swig.scm (swig): update to 4.1.1
---
 gnu/packages/swig.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 1f4bd0922a..b02fd3e4be 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,10 +43,10 @@ (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))

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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 61644-done <at> debbugs.gnu.org
Subject: Re: bug#61644: [PATCH] gnu: swig: Update to 4.1.1
Date: Thu, 08 Jun 2023 23:21:02 +0200
Andy Tai <atai <at> atai.org> skribis:

> * gnu/packages/swig.scm (swig-next): New variable.

Finally applied, thanks!


This bug report was last modified 1 year and 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.