guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: hiawatha: Update to 10.11.


From: guix-commits
Subject: 02/04: gnu: hiawatha: Update to 10.11.
Date: Mon, 13 Jul 2020 21:25:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 765684613f705bf1aef57c1761836de4051f4889
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 14 03:07:44 2020 +0200

    gnu: hiawatha: Update to 10.11.
    
    * gnu/packages/web.scm (hiawatha): Update to 10.11.
---
 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 c7f4337..c0a3134 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



reply via email to

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