guix-commits
[Top][All Lists]
Advanced

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

168/249: gnu: ghc-http-client: Update to 0.6.4.


From: guix-commits
Subject: 168/249: gnu: ghc-http-client: Update to 0.6.4.
Date: Thu, 31 Oct 2019 23:49:56 -0400 (EDT)

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

commit e04f3a436ff2725ae03f1c6d15d564c13bc245f1
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 ac409c1..7b4be2e 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -185,7 +185,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/";
@@ -193,7 +193,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]