all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69365] [PATCH] gnu: swig-next: Update to 4.2.1
@ 2024-02-25  5:27 Andy Tai
  2024-03-05  5:54 ` [bug#69365] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-02-25  5:27 UTC (permalink / raw)
  To: 69365; +Cc: Andy Tai

* gnu/packages/swig.scm (swig-next): Update to 4.2.1

Change-Id: I8119b79ebf7d7d404f1161473ab16a04017c1bb7
---
 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 7025d05038..03cddcf28e 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.2.0")
+    (version "4.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -87,5 +87,5 @@ (define-public swig-next
                                  name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15wwh9215rdkflpr85r7zxr2nmrib03jr4bvh5i0f9lyb3bs4716"))))
+                "1n5pb77hwadjpbqgqn28i5v4cp94ar19wmv9vk6v4j6hw9a5617s"))))
     (inputs (list pcre2))))

base-commit: 05bbe9993f687da1fd684a31474c621f2a1c37b2
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#69365] [PATCH v2] gnu: swig-next: Update to 4.2.1
  2024-02-25  5:27 [bug#69365] [PATCH] gnu: swig-next: Update to 4.2.1 Andy Tai
@ 2024-03-05  5:54 ` Andy Tai
  2024-03-13 13:16   ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-03-05  5:54 UTC (permalink / raw)
  To: 69365; +Cc: Andy Tai

* gnu/packages/swig.scm (swig-next): Update to 4.2.1

Change-Id: I8119b79ebf7d7d404f1161473ab16a04017c1bb7
---
 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 7025d05038..03cddcf28e 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.2.0")
+    (version "4.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/" name "/"
@@ -87,5 +87,5 @@ (define-public swig-next
                                  name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15wwh9215rdkflpr85r7zxr2nmrib03jr4bvh5i0f9lyb3bs4716"))))
+                "1n5pb77hwadjpbqgqn28i5v4cp94ar19wmv9vk6v4j6hw9a5617s"))))
     (inputs (list pcre2))))

base-commit: 3da49b1472919a62df1fe399638f23a246aa325d
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#69365] [PATCH v2] gnu: swig-next: Update to 4.2.1
  2024-03-05  5:54 ` [bug#69365] [PATCH v2] " Andy Tai
@ 2024-03-13 13:16   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-03-13 13:16 UTC (permalink / raw)
  To: Andy Tai; +Cc: 69365-done, 69365

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]


Andy Tai <atai@atai.org> writes:

> * gnu/packages/swig.scm (swig-next): Update to 4.2.1
>
> Change-Id: I8119b79ebf7d7d404f1161473ab16a04017c1bb7
> ---
>  gnu/packages/swig.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
0762c240dc8e6004f2e766c88a765649ab777cb4.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-13 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25  5:27 [bug#69365] [PATCH] gnu: swig-next: Update to 4.2.1 Andy Tai
2024-03-05  5:54 ` [bug#69365] [PATCH v2] " Andy Tai
2024-03-13 13:16   ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.