gnu: nsgenbind: Update to 0.7.

* gnu/packages/web.scm (nsgenbind)[source]: Update to 0.7.  Remove use of
"name" in source url.
This commit is contained in:
Eric Bavier 2019-07-30 19:27:08 -05:00
parent 0a7473f16b
commit 595d4ab163
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 3 additions and 3 deletions

View File

@ -4558,15 +4558,15 @@ Public Suffix List. It is developed as part of the NetSurf project.")
(define-public nsgenbind (define-public nsgenbind
(package (package
(name "nsgenbind") (name "nsgenbind")
(version "0.6") (version "0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.netsurf-browser.org/libs/releases/" (uri (string-append "http://download.netsurf-browser.org/libs/releases/"
name "-" version "-src.tar.gz")) "nsgenbind-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0v1cb1rz5fix9ql31nzmglj7sybya6d12b2fkaypm1avcca59xwj")))) "0rplmky4afsjwiwh7grkmcdmzg86zksa55j93dvq92f91yljwqqq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem) `(("netsurf-buildsystem" ,netsurf-buildsystem)