summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-06-15 01:23:58 +0000
committerLudovic Courtès <ludo@gnu.org>2017-06-16 10:31:56 +0200
commitf0643afb1aed36728d58500794b7b06b4eac92c8 (patch)
tree55984086840641e7778c14fd2f884efeb316072d
parent5465af922b5f5e017fa0cdedc1533c1bf94cab44 (diff)
downloadguix-patches-f0643afb1aed36728d58500794b7b06b4eac92c8.tar
guix-patches-f0643afb1aed36728d58500794b7b06b4eac92c8.tar.gz
gnu: ghc-http-client: Update to 0.5.6.1.
* gnu/packages/haskell.scm (ghc-http-client): Update to 0.5.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 40e418cfe0..b85ad48923 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5890,7 +5890,7 @@ described in @url{http://www.lua.org/}.")
(define-public ghc-http-client
(package
(name "ghc-http-client")
- (version "0.4.24")
+ (version "0.5.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5898,7 +5898,7 @@ described in @url{http://www.lua.org/}.")
version ".tar.gz"))
(sha256
(base32
- "0xz133kdfiyy2rm6z95bmvjj6y2540xzd86cfmdv9s6kz4p1ir4k"))))
+ "1v9bdb8dkhb5g6jl9azk86ig7ia8xh9arr64n7s8r94fp0vl6c1c"))))
(build-system haskell-build-system)
;; Tests require access to the web.
(arguments `(#:tests? #f))