diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-20 16:41:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-20 22:27:34 +0100 |
commit | e81c906647b64c69d116f3558321cf2a85eb8a13 (patch) | |
tree | 4f33ea4d7cbcebea58b65dc394bd3059c16dc15f /gnu/packages | |
parent | cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8 (diff) | |
download | guix-e81c906647b64c69d116f3558321cf2a85eb8a13.tar.gz guix-e81c906647b64c69d116f3558321cf2a85eb8a13.zip |
gnu: wxsvg: Update to 1.5.12.
* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wxwidgets.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 4804e345c2..84446d8ef0 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -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) |