diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-14 03:07:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-14 03:25:04 +0200 |
commit | 765684613f705bf1aef57c1761836de4051f4889 (patch) | |
tree | 38bb938d375481474d8f7a41f1e89ae2aabd1ddd | |
parent | 927ecd4ebe234b46d6386a61e1b9a11bd4d3243c (diff) | |
download | guix-765684613f705bf1aef57c1761836de4051f4889.tar.gz |
gnu: hiawatha: Update to 10.11.
* gnu/packages/web.scm (hiawatha): Update to 10.11.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index c7f4337e2a..c0a3134a89 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5822,7 +5822,7 @@ functions of Tidy.") (define-public hiawatha (package (name "hiawatha") - (version "10.10") + (version "10.11") (source (origin (method url-fetch) @@ -5835,7 +5835,7 @@ functions of Tidy.") (list "extra/nghttp2.tgz" "mbedtls")) #t)) (sha256 - (base32 "1nd46cx1qp5lh2kwnn2mlwk9zm8jm7pgf90xs9vpwr7saxbnzr5m")))) + (base32 "09wpgilbv13zal71v9lbsqr8c3fignygadykpd1p1pb8blb5vn3r")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests included |