guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 625fc6994b1f44ebc9578b8afe1233d363ae0624
Author: Andy Tai <[email protected]>
AuthorDate: Mon Oct 20 21:33:05 2025 -0700

    gnu: swig-next: Update to 4.4.1.
    
    * gnu/packages/swig.scm (swig-next): Update to 4.4.1.
    
    Merges: https://codeberg.org/guix/guix/pulls/3701
    Change-Id: Ia2dd7adeb28de07e43789e4d8ca3e0a35dea49eb
    Signed-off-by: Sharlatan Hellseher <[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 856d760034..e1310c8863 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.3.1")
+    (version "4.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -87,7 +87,7 @@ you tailor the wrapping process to suit your application.")
                                  name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1f31xjxymq0nwlis0jn2xjcnd29qmfn6jk9bb9ipvqgif2gq5z24"))))
+                "1kqz533599d00rrz0g2ryf8w2ynb25ayylpx10nmkxsndiq2l5j0"))))
     (native-inputs (list boost
                          pcre2 ; for pcre2-config
                          ;; The following are for tests and examples:

Reply via email to