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>
This commit is contained in:
parent
64c6160183
commit
86bf94bd87
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
||||||
(define-public wxwidgets
|
(define-public wxwidgets
|
||||||
(package
|
(package
|
||||||
(name "wxwidgets")
|
(name "wxwidgets")
|
||||||
(version "3.2.3")
|
(version "3.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
"releases/download/v" version
|
"releases/download/v" version
|
||||||
"/wxWidgets-" version ".tar.bz2"))
|
"/wxWidgets-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61"))
|
(base32 "0ghkr8wahnw44c6p7zzvc696gmrqc7pxp2bkrcpazdbdf6my2h06"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)
|
(ice-9 ftw)
|
||||||
(srfi srfi-26)))
|
(srfi srfi-26)))
|
||||||
|
|
Reference in a new issue