gnu: hiawatha: Update to 10.9.
* gnu/packages/web.scm (hiawatha): Update to 10.9. [source]: Adjust location of bundled nghttp2.
This commit is contained in:
parent
b23c95fe39
commit
7317991570
|
@ -4959,7 +4959,7 @@ functions of Tidy.")
|
||||||
(define-public hiawatha
|
(define-public hiawatha
|
||||||
(package
|
(package
|
||||||
(name "hiawatha")
|
(name "hiawatha")
|
||||||
(version "10.8.4")
|
(version "10.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4969,11 +4969,10 @@ functions of Tidy.")
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
;; We use packaged libraries, so delete the bundled copies.
|
;; We use packaged libraries, so delete the bundled copies.
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
(list "nghttp2" "mbedtls"))
|
(list "extra/nghttp2.tgz" "mbedtls"))
|
||||||
#t))
|
#t))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1f2j2x1ziawz8ijg3s3izqpyzpiwfyhlsvbv0szxvhvj4a0l7pbl"))))
|
||||||
"054bcn1rsa064kak5lm961k2l38bz3329ik7j68fxlqs0zlj5cvw"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
|
|
Loading…
Reference in New Issue