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

* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.6.4.
This commit is contained in:
Timothy Sample 2019-10-31 13:11:51 -04:00
parent 8a5924dcfe
commit a6a79897bc
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -186,7 +186,7 @@ (define-public ghc-http
(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 @@ (define-public ghc-http-client
version ".tar.gz"))
(sha256
(base32
"0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
"1n9rnbp8lwkd4whi2anniywi4y1bn9kx6nzfigfvz28d7pn7i4in"))))
(build-system haskell-build-system)
;; Tests require access to the web.
(arguments `(#:tests? #f))