GNU bug report logs -
#77170
[PATCH] gnu: wxwidgets: Update to 3.2.7.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 22 Mar 2025 09:45:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.7.
Change-Id: Ia7029b397222b55a9b273d22d92b7fb41e599dea
---
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 4cda253c920..7bbdafeb89c 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -68,7 +68,7 @@ (define-module (gnu packages wxwidgets)
(define-public wxwidgets
(package
(name "wxwidgets")
- (version "3.2.6")
+ (version "3.2.7")
(source
(origin
(method url-fetch)
@@ -76,7 +76,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
- (base32 "1rywp6n08kgf87cc1fgr7i1s443hwqgljabx3lnhkdn5vmvmp7lk"))
+ (base32 "1ik8x3708c8wg6agfb3qj0lb1yp097gp4avlkqfcv4adhwpp58b9"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))
base-commit: 8b9ddfbe511f3a06b542d5fd62f9ca12d5248585
--
2.43.0
This bug report was last modified 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.