mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: wxsvg: Update to 1.5.24.
* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
This commit is contained in:
parent
f9fb8460ce
commit
6bfde85d36
1 changed files with 2 additions and 2 deletions
|
@ -322,14 +322,14 @@ (define-public python-wxpython
|
|||
(define-public wxsvg
|
||||
(package
|
||||
(name "wxsvg")
|
||||
(version "1.5.23")
|
||||
(version "1.5.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/wxsvg/wxsvg/"
|
||||
version "/wxsvg-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1fdbvihw1w2vm29xj54cqgpdabhlg0ydf3clkb0qrlf7mhgkc1rz"))))
|
||||
(base32 "10i4bv1bfbfgrrpxvfdjrr5svgn64v471lkcl2pzx9fhz28k4ixf"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(inputs
|
||||
(list wxwidgets cairo ffmpeg))
|
||||
|
|
Loading…
Reference in a new issue