gnu: wxsvg: Update to 1.5.12.

* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.12.
master
Tobias Geerinckx-Rice 2018-01-20 16:41:41 +01:00
parent cb7781177b
commit e81c906647
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -199,7 +200,7 @@ and many other languages.")
(define-public wxsvg
(package
(name "wxsvg")
(version "1.5.11")
(version "1.5.12")
(source
(origin
(method url-fetch)
@ -207,7 +208,7 @@ and many other languages.")
version "/wxsvg-" version ".tar.bz2"))
(sha256
(base32
"0m3ff8mjiq4hvy8rmxyc9fkpf24xwxhvr3a6jmvr2q5zc41xhz7x"))))
"1hn3h9kzsjs4wimlpknzjfgn7q0n792hh7v3mshjgsjxdcrckzan"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("wxwidgets" ,wxwidgets-3.1)