libnsgif: Upgrade to 0.2.1.

* gnu/packages/web.scm (libnsgif): Upgrade to 0.2.1.
This commit is contained in:
Eric Bavier 2018-08-29 14:11:18 -05:00 committed by Eric Bavier
parent ef2198ac5b
commit 1dc02e727b
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -4597,7 +4597,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.2.0") (version "0.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4605,7 +4605,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
"1phwf0m24m6nd7096fw14hanl4f8gr9bcppi834lbik04agxk38a")))) "0jwshypgmx16xlsbx3d8njk8a5khazlplca5mxd3rdbhrlsabbly"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem))) `(("netsurf-buildsystem" ,netsurf-buildsystem)))