gnu: ghc-http-client-tls: Update to 0.3.5.3.
* gnu/packages/haskell-web.scm (ghc-http-client-tls): Update to 0.3.5.3.
This commit is contained in:
parent
955738723b
commit
89d4480169
|
@ -229,7 +229,7 @@ for more user-friendly packages.")
|
||||||
(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.3.5.1")
|
(version "0.3.5.3")
|
||||||
(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/"
|
||||||
|
@ -237,7 +237,7 @@ for more user-friendly packages.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n4mi8z77qaggfyq17z79cl304nf1f4h6gag60v4wjwghvmj7yn1"))))
|
"0qj3pcpgbsfsc4m52dz35khhl4hf1i0nmcpa445z82d9567vy6j7"))))
|
||||||
(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