gnu: libnsgif: Update to 0.2.0.

* gnu/packages/web.scm (libnsgif): Update to 0.2.0.
This commit is contained in:
Eric Bavier 2017-11-05 01:16:47 -05:00
parent b20d97f848
commit f379c52f27
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -4458,7 +4458,7 @@ written in C. It is developed as part of the NetSurf project.")
(define-public libnsgif (define-public libnsgif
(package (package
(name "libnsgif") (name "libnsgif")
(version "0.1.4") (version "0.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4466,7 +4466,7 @@ written in C. It is developed as part of the NetSurf project.")
name "-" version "-src.tar.gz")) name "-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1ldsyscsgqwc8g5481h9nqmwirpp1pp57hmss450hr0mqra26g0k")))) "1phwf0m24m6nd7096fw14hanl4f8gr9bcppi834lbik04agxk38a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem))) `(("netsurf-buildsystem" ,netsurf-buildsystem)))