gnu: wxwidgets: Update to 3.0.4.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.4.
master
Tobias Geerinckx-Rice 2018-09-21 17:12:36 +02:00
parent 199d72e327
commit 9a32bdf8a9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
(define-public wxwidgets
(package
(name "wxwidgets")
(version "3.0.3")
(version "3.0.4")
(source
(origin
(method url-fetch)
@ -57,7 +57,7 @@
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
(base32 "0yrhp5cs2g33cpbdwdzicmm5m4mfnlvxwv031x9266zc90zh7j08"))))
(base32 "1w7pgfqjab7n84lc4aarydl3g55d1hdgl2ilwml766r6inc7y5cn"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("glu" ,glu)