guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: ghc-http-conduit: Update to 2.2.4.


From: Tobias Geerinckx-Rice
Subject: 06/09: gnu: ghc-http-conduit: Update to 2.2.4.
Date: Wed, 6 Dec 2017 09:00:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e82152c400af8c658d922337864c0673280ef2c7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 6 01:39:46 2017 +0100

    gnu: ghc-http-conduit: Update to 2.2.4.
    
    * gnup/packages/haskell-web.scm (ghc-http-conduit): Update to 2.2.4.
---
 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 b64d57e..e43f20b 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -296,7 +296,7 @@ and HPACK.  Currently HTTP/2 16 framing and HPACK 10 is 
supported.")
 (define-public ghc-http-conduit
   (package
     (name  "ghc-http-conduit")
-    (version "2.2.3.1")
+    (version "2.2.4")
     (source
      (origin
        (method url-fetch)
@@ -304,7 +304,7 @@ and HPACK.  Currently HTTP/2 16 framing and HPACK 10 is 
supported.")
                            "http-conduit-" version "/" "http-conduit-"
                            version ".tar.gz"))
        (sha256 (base32
-                "03na2nbm9la0shlijvjyb5mpp1prfskk4jmjy8iz707r0731dbjk"))))
+                "1wcl3lpg4v1ylq9j77j9fmf6l9qbmp8dmj3a9829q19q6bbgza7l"))))
     (build-system haskell-build-system)
     ;; FIXME: `httpLbs TLS` in test-suite `test` fails with
     ;; ConnectionFailure getProtocolByName: does not exist (no such protocol



reply via email to

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