mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ghc-http-conduit: Update to 2.2.4.
* gnup/packages/haskell-web.scm (ghc-http-conduit): Update to 2.2.4.
This commit is contained in:
parent
5a568e4a7e
commit
e82152c400
1 changed files with 2 additions and 2 deletions
|
@ -296,7 +296,7 @@ (define-public ghc-http2
|
||||||
(define-public ghc-http-conduit
|
(define-public ghc-http-conduit
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-conduit")
|
(name "ghc-http-conduit")
|
||||||
(version "2.2.3.1")
|
(version "2.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -304,7 +304,7 @@ (define-public ghc-http-conduit
|
||||||
"http-conduit-" version "/" "http-conduit-"
|
"http-conduit-" version "/" "http-conduit-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"03na2nbm9la0shlijvjyb5mpp1prfskk4jmjy8iz707r0731dbjk"))))
|
"1wcl3lpg4v1ylq9j77j9fmf6l9qbmp8dmj3a9829q19q6bbgza7l"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; FIXME: `httpLbs TLS` in test-suite `test` fails with
|
;; FIXME: `httpLbs TLS` in test-suite `test` fails with
|
||||||
;; ConnectionFailure getProtocolByName: does not exist (no such protocol
|
;; ConnectionFailure getProtocolByName: does not exist (no such protocol
|
||||||
|
|
Loading…
Reference in a new issue