gnu: wxwidgets: Update to 3.2.6.

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

Change-Id: Ic8ab205e6774615f4b630fd64009fcb2b8d8a95b
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Andy Tai 2024-12-31 21:17:13 -08:00 committed by Andreas Enge
parent 3e7d70ec71
commit 9449ab3c20
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -68,7 +68,7 @@
(define-public wxwidgets
(package
(name "wxwidgets")
(version "3.2.5")
(version "3.2.6")
(source
(origin
(method url-fetch)
@ -76,7 +76,7 @@
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
(base32 "0lbb3hnprkral29cdik9y2xhjfkf4b4qy905lyv1krg2scx6mn0a"))
(base32 "1rywp6n08kgf87cc1fgr7i1s443hwqgljabx3lnhkdn5vmvmp7lk"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))