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 @@ limitation, automatic pruning, energy saving and replay resistance.")
(define-public ghc-warp-tls (define-public ghc-warp-tls
(package (package
(name "ghc-warp-tls") (name "ghc-warp-tls")
(version "3.2.4.3") (version "3.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -632,7 +632,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
"warp-tls-" version ".tar.gz")) "warp-tls-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17gj295fr98l7mkz2gdz6kahdnmja0sql3kvy2zab6q168g53kc4")))) "1z5jzl40x1gp249fk8h51gkw6m3hzxchm2bp3kbpqdgmw8r5im8y"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-cryptonite" ,ghc-cryptonite) `(("ghc-cryptonite" ,ghc-cryptonite)