[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: netsurf: Update to 3.9.
From: |
guix-commits |
Subject: |
07/09: gnu: netsurf: Update to 3.9. |
Date: |
Tue, 30 Jul 2019 23:38:51 -0400 (EDT) |
bavier pushed a commit to branch master
in repository guix.
commit 33d13088d0d0d558a3c002718f8d1962fb160e9c
Author: Eric Bavier <address@hidden>
Date: Tue Jul 30 19:27:47 2019 -0500
gnu: netsurf: Update to 3.9.
* gnu/packages/web.scm (netsurf)[source]: Update to 3.9.
[native-inputs]: Add "xxd" input.
---
gnu/packages/web.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 17b611a..05bf2c1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -127,6 +127,7 @@
#:use-module (gnu packages tls)
#:use-module (gnu packages valgrind)
#:use-module (gnu packages version-control)
+ #:use-module (gnu packages vim)
#:use-module (gnu packages xml))
(define-public httpd
@@ -4586,7 +4587,7 @@ w3c webidl files and a binding configuration file.")
(define-public netsurf
(package
(name "netsurf")
- (version "3.8")
+ (version "3.9")
(source
(origin
(method url-fetch)
@@ -4594,7 +4595,7 @@ w3c webidl files and a binding configuration file.")
"releases/source/netsurf-" version "-src.tar.gz"))
(sha256
(base32
- "0hjm1h4m1i913y4mhkl7yqdifn8k70fwi58zdh6faypawzryc3m0"))
+ "1hzcm2s2wh5sapgr000lg63hcdbj6hyajxl43xa1x80kc5piqbyp"))
(patches (search-patches "netsurf-system-utf8proc.patch"
"netsurf-y2038-tests.patch"
"netsurf-longer-test-timeout.patch"
@@ -4607,7 +4608,8 @@ w3c webidl files and a binding configuration file.")
("check" ,check)
("perl" ,perl)
("perl-html-parser" ,perl-html-parser)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("xxd" ,xxd)))
(inputs
`(("curl" ,curl)
("gtk+" ,gtk+-2)
- 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, 2019/07/30
- 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 <=
- 08/09: gnu: Add libnslog., guix-commits, 2019/07/30
- 09/09: gnu: netsurf: Add libnslog input., guix-commits, 2019/07/30