me
/
guix
Archived
1
0
Fork 0

gnu: wxwidgets: Update to 3.2.3.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I2f3a6f89d2a5b931c70c6509c8165027424e5ed0
Andy Tai 2023-11-20 00:16:54 -08:00 committed by Ludovic Courtès
parent 06b9c1260c
commit 49c009aabb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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