nsgenbind: Upgrade to 0.6.

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

View File

@ -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)