bavier pushed a commit to branch master
in repository guix.
commit 1dc02e727b7a1c0a41c0bf33a6e582f64060af9d
Author: Eric Bavier <[email protected]>
Date: Wed Aug 29 14:11:18 2018 -0500
libnsgif: Upgrade to 0.2.1.
* gnu/packages/web.scm (libnsgif): Upgrade to 0.2.1.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4142551..8ffdce7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4597,7 +4597,7 @@ written in C. It is developed as part of the NetSurf
project.")
(define-public libnsgif
(package
(name "libnsgif")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
@@ -4605,7 +4605,7 @@ written in C. It is developed as part of the NetSurf
project.")
name "-" version "-src.tar.gz"))
(sha256
(base32
- "1phwf0m24m6nd7096fw14hanl4f8gr9bcppi834lbik04agxk38a"))))
+ "0jwshypgmx16xlsbx3d8njk8a5khazlplca5mxd3rdbhrlsabbly"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)))