guix-commits
[Top][All Lists]
Advanced

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

187/249: gnu: ghc-http2: Update to 1.6.5.


From: guix-commits
Subject: 187/249: gnu: ghc-http2: Update to 1.6.5.
Date: Thu, 31 Oct 2019 23:50:00 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit d54f69a29d797ef962caffc6fade5ade6f3be3dc
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:58 2019 -0400

    gnu: ghc-http2: Update to 1.6.5.
    
    * gnu/packages/haskell-web.scm (ghc-http2): Update to 1.6.5.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index e54b0e2..1ebdae6 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -285,7 +285,7 @@ Date in Haskell.")
 (define-public ghc-http2
   (package
     (name "ghc-http2")
-    (version "1.6.3")
+    (version "1.6.5")
     (source
      (origin
        (method url-fetch)
@@ -294,7 +294,7 @@ Date in Haskell.")
                            "http2-" version ".tar.gz"))
        (sha256
         (base32
-         "0hww0rfsv6lqx62qzycbcqy5q6rh9k09qkyjkdm5m1sp1z50wqk1"))))
+         "1vlmy8vnp6ml2n2pr11aa5fzigldsscgzmibrni64ykgfvpd3sqn"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-bytestring-builder" ,ghc-bytestring-builder)



reply via email to

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