me
/
guix
Archived
1
0
Fork 0

gnu: wxwidgets: Update to 3.2.4

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

Change-Id: I06eebd1e23610c87b7f67ae9a8567e0190eb43ed
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2024-05-14 21:54:36 +02:00 committed by Christopher Baines
parent 64c6160183
commit 86bf94bd87
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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