gnu: ghc-wai-extra: Update to 3.0.24.2.
* gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.0.24.2.
This commit is contained in:
parent
9516ef4f93
commit
6369346e54
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ (define-public ghc-wai-logger
|
|||
(define-public ghc-wai-extra
|
||||
(package
|
||||
(name "ghc-wai-extra")
|
||||
(version "3.0.18")
|
||||
(version "3.0.24.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -463,7 +463,7 @@ (define-public ghc-wai-extra
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
|
||||
"07gcgq59dki5drkjci9ka34xjsy3bqilbsx0lsc4905w9jlyfbci"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||
|
|
Loading…
Reference in a new issue