guix-commits
[Top][All Lists]
Advanced

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

183/328: gnu: ghc-http-client: Update to 0.6.4.


From: guix-commits
Subject: 183/328: gnu: ghc-http-client: Update to 0.6.4.
Date: Sat, 16 Nov 2019 19:33:03 -0500 (EST)

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

commit 20163b5f37b79ab2cfc477dc150bbe63268a7e5e
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:11:51 2019 -0400

    gnu: ghc-http-client: Update to 0.6.4.
    
    * gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.6.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 577f37f..fb04b71 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -186,7 +186,7 @@ responses coming back.")
 (define-public ghc-http-client
   (package
     (name "ghc-http-client")
-    (version "0.5.13.1")
+    (version "0.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -194,7 +194,7 @@ responses coming back.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
+                "1n9rnbp8lwkd4whi2anniywi4y1bn9kx6nzfigfvz28d7pn7i4in"))))
     (build-system haskell-build-system)
     ;; Tests require access to the web.
     (arguments `(#:tests? #f))



reply via email to

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