gnu: ghc-warp-tls: Update to 3.2.8.

* gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.2.8.
This commit is contained in:
Timothy Sample 2019-10-31 13:29:23 -04:00
parent fd7e8dcf29
commit 2e9aaf0766
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -623,7 +623,7 @@ (define-public ghc-tls-session-manager
(define-public ghc-warp-tls
(package
(name "ghc-warp-tls")
(version "3.2.4.3")
(version "3.2.8")
(source
(origin
(method url-fetch)
@ -632,7 +632,7 @@ (define-public ghc-warp-tls
"warp-tls-" version ".tar.gz"))
(sha256
(base32
"17gj295fr98l7mkz2gdz6kahdnmja0sql3kvy2zab6q168g53kc4"))))
"1z5jzl40x1gp249fk8h51gkw6m3hzxchm2bp3kbpqdgmw8r5im8y"))))
(build-system haskell-build-system)
(inputs
`(("ghc-cryptonite" ,ghc-cryptonite)