gnu: ghc-http-client: Update to 0.5.7.1.

* gnup/packages/haskell-web.scm (ghc-http-client): Update to 0.5.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-06 01:37:11 +01:00
parent 0faddfc392
commit 7dc8275512
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))