gnu: wxwidgets: Update to 3.2.2.1.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.2.1.
This commit is contained in:
Maxim Cournoyer 2023-05-03 16:39:02 -04:00
parent 3f02f7d937
commit 7c4f524bc8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -65,7 +65,7 @@ (define-module (gnu packages wxwidgets)
(define-public wxwidgets
(package
(name "wxwidgets")
(version "3.2.1")
(version "3.2.2.1")
(source
(origin
(method url-fetch)
@ -73,7 +73,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
(base32 "0rpsyph7l7kmpld376y0940la3c94y5vdpxmbkj8isqknimrfaf2"))
(base32 "00ic4h4j0621v8h6n8zbl9xgay01a4dynh48gx5zyvr9f6zbdz6z"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))