guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: hiawatha: Update to 10.10.


From: guix-commits
Subject: 02/03: gnu: hiawatha: Update to 10.10.
Date: Tue, 24 Dec 2019 11:41:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit da32d7e33e71ec931df764ec32d9f943e3c43ced
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]