all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69791] [PATCH] gnu: wxwidgets: Update to 3.2.4
@ 2024-03-14  5:47 Andy Tai
  2024-04-16  7:45 ` [bug#69791] [PATCH v2] " Andy Tai
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andy Tai @ 2024-03-14  5:47 UTC (permalink / raw)
  To: 69791; +Cc: Andy Tai

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.4

Change-Id: I06eebd1e23610c87b7f67ae9a8567e0190eb43ed
---
 gnu/packages/wxwidgets.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index b9c81472aa..1e5bae27b5 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -66,7 +66,7 @@ (define-module (gnu packages wxwidgets)
 (define-public wxwidgets
   (package
     (name "wxwidgets")
-    (version "3.2.3")
+    (version "3.2.4")
     (source
      (origin
        (method url-fetch)
@@ -74,7 +74,7 @@ (define-public wxwidgets
                            "releases/download/v" version
                            "/wxWidgets-" version ".tar.bz2"))
        (sha256
-        (base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61"))
+        (base32 "0ghkr8wahnw44c6p7zzvc696gmrqc7pxp2bkrcpazdbdf6my2h06"))
        (modules '((guix build utils)
                   (ice-9 ftw)
                   (srfi srfi-26)))

base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
-- 
2.34.1





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

end of thread, other threads:[~2024-05-16  7:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14  5:47 [bug#69791] [PATCH] gnu: wxwidgets: Update to 3.2.4 Andy Tai
2024-04-16  7:45 ` [bug#69791] [PATCH v2] " Andy Tai
2024-04-28  2:53 ` [bug#69791] [PATCH v3] " Andy Tai
2024-05-13 13:13 ` [bug#69791] [PATCH] " Nicolas Graves via Guix-patches via
2024-05-13 14:18   ` Nicolas Graves via Guix-patches via
2024-05-14 19:54 ` [bug#69791] [PATCH v4 0/4] " Nicolas Graves via Guix-patches via
2024-05-14 19:54   ` [bug#69791] [PATCH v4 1/4] " Nicolas Graves via Guix-patches via
2024-05-16  7:00     ` Christopher Baines
2024-05-14 19:54   ` [bug#69791] [PATCH v4 2/4] gnu: slade: Update to 3.2.5 Nicolas Graves via Guix-patches via
2024-05-14 19:54   ` [bug#69791] [PATCH v4 3/4] gnu: tenacity: Update to 1.3.3 Nicolas Graves via Guix-patches via
2024-05-14 19:54   ` [bug#69791] [PATCH v4 4/4] gnu: tenacity: Add support for ebml and matroska formats Nicolas Graves via Guix-patches via

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.