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:
parent
fd7e8dcf29
commit
2e9aaf0766
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue