1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

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
+2 -2
View File
@@ -263,7 +263,7 @@ for more user-friendly packages.")
(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 @@ for more user-friendly packages.")
version ".tar.gz"))
(sha256
(base32
"0qj3pcpgbsfsc4m52dz35khhl4hf1i0nmcpa445z82d9567vy6j7"))))
"03f8p9gxdzl6slyw1r6vpv2dqhsyjvbaawbjv75kaq0vlj3gz7xi"))))
(build-system haskell-build-system)
;; Tests require Internet access
(arguments `(#:tests? #f))