me
/
guix
Archived
1
0
Fork 0

gnu: wxwidgets: Update to 3.2.2.1.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.2.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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