guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: hiawatha: Update to 10.9.


From: guix-commits
Subject: 10/20: gnu: hiawatha: Update to 10.9.
Date: Tue, 19 Feb 2019 04:03:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 731799157087dad923caf9bd383a507c8abd9594
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 09:02:15 2019 +0100

    gnu: hiawatha: Update to 10.9.
    
    * gnu/packages/web.scm (hiawatha): Update to 10.9.
    [source]: Adjust location of bundled nghttp2.
---
 gnu/packages/web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d8bab34..5b8543f 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.4")
+    (version "10.9")
     (source
      (origin
        (method url-fetch)
@@ -4969,11 +4969,10 @@ functions of Tidy.")
        (snippet '(begin
                    ;; We use packaged libraries, so delete the bundled copies.
                    (for-each delete-file-recursively
-                             (list "nghttp2" "mbedtls"))
+                             (list "extra/nghttp2.tgz" "mbedtls"))
                    #t))
        (sha256
-        (base32
-         "054bcn1rsa064kak5lm961k2l38bz3329ik7j68fxlqs0zlj5cvw"))))
+        (base32 "1f2j2x1ziawz8ijg3s3izqpyzpiwfyhlsvbv0szxvhvj4a0l7pbl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests included



reply via email to

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