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:
parent
d2984784fd
commit
f40c72327e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user