diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 17:32:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 17:40:59 +0100 |
commit | da32d7e33e71ec931df764ec32d9f943e3c43ced (patch) | |
tree | 466e3bb7de58a37a7f13dbc868f390084e258008 | |
parent | f77cecc10abc1484c83dd8d1a6a6de96bdf1e56a (diff) |
gnu: hiawatha: Update to 10.10.
* gnu/packages/web.scm (hiawatha): Update to 10.10.
-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 2a6fc98e85..e6158dadca 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5416,7 +5416,7 @@ functions of Tidy.") (define-public hiawatha (package (name "hiawatha") - (version "10.9") + (version "10.10") (source (origin (method url-fetch) @@ -5429,7 +5429,7 @@ functions of Tidy.") (list "extra/nghttp2.tgz" "mbedtls")) #t)) (sha256 - (base32 "1f2j2x1ziawz8ijg3s3izqpyzpiwfyhlsvbv0szxvhvj4a0l7pbl")))) + (base32 "1nd46cx1qp5lh2kwnn2mlwk9zm8jm7pgf90xs9vpwr7saxbnzr5m")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests included |