GNU bug report logs -
#77919
[PATCH] gnu: swig-next: Update to 4.3.1.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 19 Apr 2025 08:50:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Full log
View this message in rfc822 format
* gnu/packages/swig.scm (swig-next): Update to 4.3.1.
[native-inputs]: Add pcre2, boost, guile-3 and perl.
Change-Id: I2d9b7d8a00a19e3e294f438299a2d7ea5672d563
---
gnu/packages/swig.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index d852f40f51..856d760034 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -79,7 +79,7 @@ (define-public swig-next
(package
(inherit swig)
(name "swig")
- (version "4.3.0")
+ (version "4.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -87,5 +87,10 @@ (define-public swig-next
name "-" version ".tar.gz"))
(sha256
(base32
- "17ma0iwan81hnmd1wqx9g8dx7l6b6ri8218cqy3gj6pnjvvkw87p"))))
+ "1f31xjxymq0nwlis0jn2xjcnd29qmfn6jk9bb9ipvqgif2gq5z24"))))
+ (native-inputs (list boost
+ pcre2 ; for pcre2-config
+ ;; The following are for tests and examples:
+ guile-3.0
+ perl))
(inputs (list pcre2))))
base-commit: 027a47787f8dcf6651a1c20c5b475376defe6d6b
--
2.43.0
This bug report was last modified 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.