gnu: libwapcaplet: Update to 0.4.2.
* gnu/packages/web.scm (libwapcaplet)[source]: Update to 0.4.2. Remove use of "name" in source url.
This commit is contained in:
parent
33abd52719
commit
c033093b8d
|
@ -4345,15 +4345,15 @@ commenting.")
|
||||||
(define-public libwapcaplet
|
(define-public libwapcaplet
|
||||||
(package
|
(package
|
||||||
(name "libwapcaplet")
|
(name "libwapcaplet")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(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"))
|
"libwapcaplet-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"134pljlm8kby1yy49826f0ixnpig8iqak6xpyl3aivagnsjnxzy8"))))
|
"1fjwzbn7j8bi1b9bvwxsy3i2cr6byq2s2d29866801pjnf528g86"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("netsurf-buildsystem" ,netsurf-buildsystem)
|
`(("netsurf-buildsystem" ,netsurf-buildsystem)
|
||||||
|
|
Loading…
Reference in New Issue