3
5
Fork 0
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:
Timothy Sample 2018-08-29 00:59:53 -04:00 committed by Ricardo Wurmus
parent 9516ef4f93
commit 6369346e54
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -453,7 +453,7 @@ communication between web applications and web servers.")
(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 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
"0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
"07gcgq59dki5drkjci9ka34xjsy3bqilbsx0lsc4905w9jlyfbci"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)