gnu: ghc-http-client-tls: Update to 0.3.5.1.

* gnup/packages/haskell-web.scm (ghc-http-client-tls): Update to 0.3.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-06 01:38:00 +01:00
parent 7dc8275512
commit 5a568e4a7e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -201,7 +201,7 @@ (define-public ghc-http-client
(define-public ghc-http-client-tls
(package
(name "ghc-http-client-tls")
(version "0.3.4.1")
(version "0.3.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -209,7 +209,7 @@ (define-public ghc-http-client-tls
version ".tar.gz"))
(sha256
(base32
"1mbwdfn4hs8lcwml2l6xv4n068l9zlasyv6vwb2ylgm030pyv3xh"))))
"0n4mi8z77qaggfyq17z79cl304nf1f4h6gag60v4wjwghvmj7yn1"))))
(build-system haskell-build-system)
;; Tests require Internet access
(arguments `(#:tests? #f))