mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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 @@ communication between web applications and web servers.")
|
||||||
(define-public ghc-wai-extra
|
(define-public ghc-wai-extra
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai-extra")
|
(name "ghc-wai-extra")
|
||||||
(version "3.0.18")
|
(version "3.0.24.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -463,7 +463,7 @@ communication between web applications and web servers.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
|
"07gcgq59dki5drkjci9ka34xjsy3bqilbsx0lsc4905w9jlyfbci"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
|
|
Loading…
Reference in a new issue