diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 03:46:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 03:50:18 +0100 |
commit | 11bf3b2f0391225b159ae26eca4871a19ad947e0 (patch) | |
tree | f07b89ad75a7679100cc30c67248aba75c71b79d | |
parent | 811b907da7bad99b7d7493623a0d7d61c388451b (diff) | |
download | patches-11bf3b2f0391225b159ae26eca4871a19ad947e0.tar patches-11bf3b2f0391225b159ae26eca4871a19ad947e0.tar.gz |
gnu: hiawatha: Update to 10.8.4.
* gnu/packages/web.scm (hiawatha): Update to 10.8.4.
-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 f7f8e157e5..d8bab34e51 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4959,7 +4959,7 @@ functions of Tidy.") (define-public hiawatha (package (name "hiawatha") - (version "10.8.3") + (version "10.8.4") (source (origin (method url-fetch) @@ -4973,7 +4973,7 @@ functions of Tidy.") #t)) (sha256 (base32 - "0w7047pwijhsbvvv1qjynp7gvn0nil56w82f7ax0gabrg7ddzk6s")))) + "054bcn1rsa064kak5lm961k2l38bz3329ik7j68fxlqs0zlj5cvw")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests included |