gnu: ghc-http-client-tls: Update to 0.3.4.1.
* gnu/packages/haskell.scm (ghc-http-client-tls): Update to 0.3.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f0643afb1a
commit
932653ff37
|
@ -6371,7 +6371,7 @@ the choice of SSL/TLS, and SOCKS.")
|
||||||
(define-public ghc-http-client-tls
|
(define-public ghc-http-client-tls
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-client-tls")
|
(name "ghc-http-client-tls")
|
||||||
(version "0.2.2")
|
(version "0.3.4.1")
|
||||||
(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/"
|
||||||
|
@ -6379,7 +6379,7 @@ the choice of SSL/TLS, and SOCKS.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a01r05h5fxswyn6k6cgqgak4scqjan72hyy5wbdqzzhl4rmh7j5"))))
|
"1mbwdfn4hs8lcwml2l6xv4n068l9zlasyv6vwb2ylgm030pyv3xh"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; Tests require Internet access
|
;; Tests require Internet access
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
|
|
Loading…
Reference in New Issue