me
/
guix
Archived
1
0
Fork 0

gnu: wxsvg: Update to 1.5.24.

* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
Marius Bakke 2022-12-12 13:06:04 +01:00
parent f9fb8460ce
commit 6bfde85d36
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -322,14 +322,14 @@ provide a 100% native look and feel for the application.")
(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))