GNU bug report logs -
#66831
[PATCH] gnu: wxwidgets: Update to 3.2.3
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 30 Oct 2023 06:31:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 04 Dec 2023 18:45:43 +0100
with message-id <87plzln9o8.fsf <at> gnu.org>
and subject line Re: [bug#66831] [PATCH core-updates v2] gnu: wxwidgets: Update to 3.2.3
has caused the debbugs.gnu.org bug report #66831,
regarding [PATCH] gnu: wxwidgets: Update to 3.2.3
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
66831: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66831
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
---
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 d0c323e30c..b9c81472aa 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.2.1")
+ (version "3.2.3")
(source
(origin
(method url-fetch)
@@ -74,7 +74,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
- (base32 "00ic4h4j0621v8h6n8zbl9xgay01a4dynh48gx5zyvr9f6zbdz6z"))
+ (base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))
base-commit: 642769707c05dc1dd5674d60cd3b55d77b35c9d9
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Hi Andy,
Andy Tai <atai <at> atai.org> skribis:
> * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
Since qa.guix didn’t pick it up, I built several direct dependents on
x86_64-linux:
./pre-inst-env guix build audacity erlang hugin tenacity grass kicad pwsafe --no-grafts
All of them built fine so I decided to go ahead and apply the patch.
Thanks,
Ludo’.
This bug report was last modified 1 year and 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.