gnu: wxwidgets: Update to 3.0.3.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3.
[source]: Remove 'wxwidgets-fix-windowGTK.patch'.
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
Leo Famulari 2017-08-27 15:47:30 -04:00
parent 2999dcd5b7
commit 1c059a6e16
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 2 additions and 23 deletions

View file

@ -48,7 +48,7 @@
(define-public wxwidgets
(package
(name "wxwidgets")
(version "3.0.2")
(version "3.0.3")
(source
(origin
(method url-fetch)
@ -56,9 +56,7 @@
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
(base32 "0paq27brw4lv8kspxh9iklpa415mxi8zc117vbbbhfjgapf7js1l"))
(patches (search-patches
"wxwidgets-fix-windowGTK.patch"))))
(base32 "0yrhp5cs2g33cpbdwdzicmm5m4mfnlvxwv031x9266zc90zh7j08"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("glu" ,glu)