summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEric Bavier <bavier@cray.com>2018-08-29 14:12:22 -0500
committerEric Bavier <bavier@member.fsf.org>2018-08-30 00:44:40 -0500
commitc558113fb9ac60b8ec9ffca6f8059518514c548c (patch)
tree2d38ee0daca5e2e533d77b7540abfe8a5f7c6fc6 /gnu
parent1be70775728f1809201f287d0b3de1da31b046c6 (diff)
downloadguix-patches-c558113fb9ac60b8ec9ffca6f8059518514c548c.tar
guix-patches-c558113fb9ac60b8ec9ffca6f8059518514c548c.tar.gz
nsgenbind: Upgrade to 0.6.
* gnu/packages/web.scm (nsgenbind): Upgrade to 0.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 44ebf6d722..6fc917b6be 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)