1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

libsvgtiny: Upgrade to 0.1.7.

* gnu/packages/web.scm (libsvgtiny): Upgrade to 0.1.7.
This commit is contained in:
Eric Bavier
2018-08-29 14:10:28 -05:00
committed by Eric Bavier
parent f8311c0fee
commit bb38628fab
+2 -2
View File
@@ -4543,7 +4543,7 @@ developed as part of the NetSurf project.")
(define-public libsvgtiny
(package
(name "libsvgtiny")
(version "0.1.6")
(version "0.1.7")
(source
(origin
(method url-fetch)
@@ -4551,7 +4551,7 @@ developed as part of the NetSurf project.")
name "-" version "-src.tar.gz"))
(sha256
(base32
"12ppy2r7m21ykrjgbf067cgi6dn48fkj7i4b7m64xl4dc13y0ah6"))))
"10bpkmvfpydj74im3r6kqm9vnvgib6afy0alx71q5n0w5yawy39c"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)