guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: swig-next: Update to 4.2.0


From: guix-commits
Subject: 05/05: gnu: swig-next: Update to 4.2.0
Date: Sun, 7 Jan 2024 15:07:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit e7403acb345a59d580607fbfe7ef2aa0c410767a
Author: Andy Tai <atai@atai.org>
AuthorDate: Sun Dec 31 13:16:35 2023 -0800

    gnu: swig-next: Update to 4.2.0
    
    * gnu/packages/swig.scm (swig-next): Update to 4.2.0
    
    Change-Id: Ic6580f0d2c3ab578de6bc0bd9a98c61b28cc1cd6
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 3f38cd9f9f..7025d05038 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.1.1")
+    (version "4.2.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
-                "16xc767gf5ip40jh698wbdrxrghli5v2c966bkdmrmpwv378mw1a"))))
+                "15wwh9215rdkflpr85r7zxr2nmrib03jr4bvh5i0f9lyb3bs4716"))))
     (inputs (list pcre2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]