gnu: ghc-tls: Update to 1.4.1.

* gnu/packages/tls.scm (ghc-tls): Update to 1.4.1.
This commit is contained in:
Timothy Sample 2018-08-29 00:42:50 -04:00 committed by Ricardo Wurmus
parent 310d782eaf
commit 66c5de3948
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -871,14 +871,14 @@ (define-public mbedtls-apache
(define-public ghc-tls (define-public ghc-tls
(package (package
(name "ghc-tls") (name "ghc-tls")
(version "1.3.8") (version "1.4.1")
(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/"
"tls/tls-" version ".tar.gz")) "tls/tls-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rdidf18i781c0vdvy9yn79yh08hmcacf6fp3sgghyiy3h0wyh5l")))) "1y083724mym28n6xfaz7pcc7zqxdhjpaxpbvzxfbs25qq2px3smv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-cereal" ,ghc-cereal) `(("ghc-cereal" ,ghc-cereal)