guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: ghc-http-client: Update to 0.5.7.1.


From: Tobias Geerinckx-Rice
Subject: 04/09: gnu: ghc-http-client: Update to 0.5.7.1.
Date: Wed, 6 Dec 2017 09:00:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7dc82755120717ce158ced521d1a6d278606aada
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 6 01:37:11 2017 +0100

    gnu: ghc-http-client: Update to 0.5.7.1.
    
    * gnup/packages/haskell-web.scm (ghc-http-client): Update to 0.5.7.1.
---
 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 c295477..abb15db 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -160,7 +160,7 @@ responses coming back.")
 (define-public ghc-http-client
   (package
     (name "ghc-http-client")
-    (version "0.5.6.1")
+    (version "0.5.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -168,7 +168,7 @@ responses coming back.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1v9bdb8dkhb5g6jl9azk86ig7ia8xh9arr64n7s8r94fp0vl6c1c"))))
+                "19cvnnfcjj2m3pgs6ivyjs21rw9wx5ynarh6hvb27a76cscai2fy"))))
     (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]