GNU bug report logs -
#73491
[PATCH] gnu: wxwidgets: Update to 3.2.6.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 26 Sep 2024 04:59:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73491: [PATCH] gnu: wxwidgets: Update to 3.2.6.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73491 <at> debbugs.gnu.org.
--
73491: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73491
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed, thanks!
Andreas
[Message part 3 (message/rfc822, inline)]
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.6.
Change-Id: Ic8ab205e6774615f4b630fd64009fcb2b8d8a95b
---
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 11c2ac2154..731f724577 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -67,7 +67,7 @@ (define-module (gnu packages wxwidgets)
(define-public wxwidgets
(package
(name "wxwidgets")
- (version "3.2.5")
+ (version "3.2.6")
(source
(origin
(method url-fetch)
@@ -75,7 +75,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
- (base32 "0lbb3hnprkral29cdik9y2xhjfkf4b4qy905lyv1krg2scx6mn0a"))
+ (base32 "1rywp6n08kgf87cc1fgr7i1s443hwqgljabx3lnhkdn5vmvmp7lk"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))
base-commit: 3ac69c1a757430d6dfdd37eb948ba1d6967967cc
--
2.34.1
This bug report was last modified 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.