gnu: netsurf: Update to 3.9.

* gnu/packages/web.scm (netsurf)[source]: Update to 3.9.
[native-inputs]: Add "xxd" input.
This commit is contained in:
Eric Bavier 2019-07-30 19:27:47 -05:00
parent 595d4ab163
commit 33d13088d0
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 5 additions and 3 deletions

View File

@ -127,6 +127,7 @@
#:use-module (gnu packages tls) #:use-module (gnu packages tls)
#:use-module (gnu packages valgrind) #:use-module (gnu packages valgrind)
#:use-module (gnu packages version-control) #:use-module (gnu packages version-control)
#:use-module (gnu packages vim)
#:use-module (gnu packages xml)) #:use-module (gnu packages xml))
(define-public httpd (define-public httpd
@ -4586,7 +4587,7 @@ w3c webidl files and a binding configuration file.")
(define-public netsurf (define-public netsurf
(package (package
(name "netsurf") (name "netsurf")
(version "3.8") (version "3.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4594,7 +4595,7 @@ w3c webidl files and a binding configuration file.")
"releases/source/netsurf-" version "-src.tar.gz")) "releases/source/netsurf-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0hjm1h4m1i913y4mhkl7yqdifn8k70fwi58zdh6faypawzryc3m0")) "1hzcm2s2wh5sapgr000lg63hcdbj6hyajxl43xa1x80kc5piqbyp"))
(patches (search-patches "netsurf-system-utf8proc.patch" (patches (search-patches "netsurf-system-utf8proc.patch"
"netsurf-y2038-tests.patch" "netsurf-y2038-tests.patch"
"netsurf-longer-test-timeout.patch" "netsurf-longer-test-timeout.patch"
@ -4607,7 +4608,8 @@ w3c webidl files and a binding configuration file.")
("check" ,check) ("check" ,check)
("perl" ,perl) ("perl" ,perl)
("perl-html-parser" ,perl-html-parser) ("perl-html-parser" ,perl-html-parser)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)
("xxd" ,xxd)))
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+-2)