me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.6.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

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