gnu: ghc-http-client: Update to 0.6.4.
* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.6.4.master
parent
8a5924dcfe
commit
a6a79897bc
|
@ -186,7 +186,7 @@ responses coming back.")
|
||||||
(define-public ghc-http-client
|
(define-public ghc-http-client
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-client")
|
(name "ghc-http-client")
|
||||||
(version "0.5.13.1")
|
(version "0.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -194,7 +194,7 @@ responses coming back.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
|
"1n9rnbp8lwkd4whi2anniywi4y1bn9kx6nzfigfvz28d7pn7i4in"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; Tests require access to the web.
|
;; Tests require access to the web.
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
|
|
Reference in New Issue