guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

121/285: gnu: hiawatha: Update to 10.10.


From: guix-commits
Subject: 121/285: gnu: hiawatha: Update to 10.10.
Date: Sun, 29 Dec 2019 20:44:13 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 9c84afabbe711e5b1eaecca13ef8e1ef98554bef
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 17:32:01 2019 +0100

    gnu: hiawatha: Update to 10.10.
    
    * gnu/packages/web.scm (hiawatha): Update to 10.10.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2a6fc98..e6158da 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]