[PATCH] gnu: wxwidgets: Update to 3.2.6.

  • Open
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 5 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
088a1818b8493e57bb09dfb93119d911bdeff774.1727326496.git.atai@atai.org
* 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(-)

Toggle diff (26 lines)
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
Andy Tai wrote 2 months ago
[PATCH v2] gnu: wxwidgets: Update to 3.2.6.
(address . 73491@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
d3b4fd73e55faa5a45d9fd816dffa888b94bc230.1735708603.git.atai@atai.org
* 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(-)

Toggle diff (26 lines)
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: cede908fcd7c7aace780165d0dd9f673ddf3fc87
--
2.34.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73491@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73491
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help