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

* gnu/packages/haskell-web.scm (ghc-http-client-tls): Update to 0.3.6.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Kyle Meyer 2022-03-26 23:26:02 -04:00 committed by Leo Famulari
parent d2984784fd
commit f40c72327e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -263,7 +263,7 @@ (define-public ghc-http-client
(define-public ghc-http-client-tls
(package
(name "ghc-http-client-tls")
(version "0.3.5.3")
(version "0.3.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -271,7 +271,7 @@ (define-public ghc-http-client-tls
version ".tar.gz"))
(sha256
(base32
"0qj3pcpgbsfsc4m52dz35khhl4hf1i0nmcpa445z82d9567vy6j7"))))
"03f8p9gxdzl6slyw1r6vpv2dqhsyjvbaawbjv75kaq0vlj3gz7xi"))))
(build-system haskell-build-system)
;; Tests require Internet access
(arguments `(#:tests? #f))