bavier pushed a commit to branch master
in repository guix.
commit c558113fb9ac60b8ec9ffca6f8059518514c548c
Author: Eric Bavier <[email protected]>
Date: Wed Aug 29 14:12:22 2018 -0500
nsgenbind: Upgrade to 0.6.
* gnu/packages/web.scm (nsgenbind): Upgrade to 0.6.
---
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 44ebf6d..6fc917b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4666,7 +4666,7 @@ Public Suffix List. It is developed as part of the
NetSurf project.")
(define-public nsgenbind
(package
(name "nsgenbind")
- (version "0.5")
+ (version "0.6")
(source
(origin
(method url-fetch)
@@ -4674,7 +4674,7 @@ Public Suffix List. It is developed as part of the
NetSurf project.")
name "-" version "-src.tar.gz"))
(sha256
(base32
- "1iwjpdaan0njlhb9ir6a2q5vpxfmkqfldkvnqszqdz50b44vd1jv"))))
+ "0v1cb1rz5fix9ql31nzmglj7sybya6d12b2fkaypm1avcca59xwj"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)