mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-wai-extra: Update to 3.0.18.
* gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.0.18.
This commit is contained in:
parent
95f92da75b
commit
915b12e94b
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ (define-public ghc-wai-logger
|
|||
(define-public ghc-wai-extra
|
||||
(package
|
||||
(name "ghc-wai-extra")
|
||||
(version "3.0.13.1")
|
||||
(version "3.0.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -434,7 +434,7 @@ (define-public ghc-wai-extra
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mh761a1bayr4ydwqmh3h8ndpi19zqw34mmy49lp2abr70r0nm1p"))))
|
||||
"0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||
|
|
Loading…
Reference in a new issue