diff options
author | Andy Tai <[email protected]> | 2024-10-20 15:25:53 -0700 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-21 19:12:46 +0800 |
commit | b2a94c6a77b75be474414ea421a6e2b6a922d91a (patch) | |
tree | 3051e08eb7dc59b62a1258f96ffd3774d59791de /gnu/packages/swig.scm | |
parent | be64dacc988eecbd1e6e0c7907ea205fc8ebb725 (diff) |
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]>
Diffstat (limited to 'gnu/packages/swig.scm')
-rw-r--r-- | gnu/packages/swig.scm | 4 |
1 files 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)))) |