z572 pushed a commit to branch master
in repository guix.
commit b2a94c6a77b75be474414ea421a6e2b6a922d91a
Author: Andy Tai <[email protected]>
AuthorDate: Sun Oct 20 15:25:53 2024 -0700
gnu: swig-next: Update to 4.3.0.
* gnu/packages/swig.scm (swig-next): Update to 4.3.0.
Change-Id: I364b7d061a8e5b7d38a12e3d534fbfbbc0f1bd55
Signed-off-by: Zheng Junjie <[email protected]>
---
gnu/packages/swig.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 03cddcf28e..d852f40f51 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -79,7 +79,7 @@ you tailor the wrapping process to suit your application.")
(package
(inherit swig)
(name "swig")
- (version "4.2.1")
+ (version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -87,5 +87,5 @@ you tailor the wrapping process to suit your application.")
name "-" version ".tar.gz"))
(sha256
(base32
- "1n5pb77hwadjpbqgqn28i5v4cp94ar19wmv9vk6v4j6hw9a5617s"))))
+ "17ma0iwan81hnmd1wqx9g8dx7l6b6ri8218cqy3gj6pnjvvkw87p"))))
(inputs (list pcre2))))