me
/
guix
Archived
1
0
Fork 0

gnu: wxwidgets: Update to 3.2.5.

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

Change-Id: I61786e67c2b99ceea5124ee26f50b495fbaeb69f
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Andy Tai 2024-06-12 02:44:09 -07:00 committed by Maxim Cournoyer
parent 7aab18bdf3
commit 7ae5decaeb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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