[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: libwapcaplet: Update to 0.4.2.
From: |
guix-commits |
Subject: |
02/09: gnu: libwapcaplet: Update to 0.4.2. |
Date: |
Tue, 30 Jul 2019 23:38:50 -0400 (EDT) |
bavier pushed a commit to branch master
in repository guix.
commit c033093b8d567df9bd4c87a2ea8acb101224c5c0
Author: Eric Bavier <address@hidden>
Date: Tue Jul 30 19:24:49 2019 -0500
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.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b49dd73..eda4225 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4345,15 +4345,15 @@ commenting.")
(define-public libwapcaplet
(package
(name "libwapcaplet")
- (version "0.4.1")
+ (version "0.4.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://download.netsurf-browser.org/libs/releases/"
- name "-" version "-src.tar.gz"))
+ "libwapcaplet-" version "-src.tar.gz"))
(sha256
(base32
- "134pljlm8kby1yy49826f0ixnpig8iqak6xpyl3aivagnsjnxzy8"))))
+ "1fjwzbn7j8bi1b9bvwxsy3i2cr6byq2s2d29866801pjnf528g86"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)
- branch master updated (274ba54 -> 9e43348), guix-commits, 2019/07/30
- 01/09: gnu: hubbub: Update to 0.3.6., guix-commits, 2019/07/30
- 03/09: gnu: libcss: Update to 0.9.0., guix-commits, 2019/07/30
- 05/09: gnu: libnspsl: Update to 0.1.5., guix-commits, 2019/07/30
- 02/09: gnu: libwapcaplet: Update to 0.4.2.,
guix-commits <=
- 04/09: gnu: libdom: Update to 0.4.0., guix-commits, 2019/07/30
- 06/09: gnu: nsgenbind: Update to 0.7., guix-commits, 2019/07/30
- 07/09: gnu: netsurf: Update to 3.9., guix-commits, 2019/07/30
- 08/09: gnu: Add libnslog., guix-commits, 2019/07/30
- 09/09: gnu: netsurf: Add libnslog input., guix-commits, 2019/07/30