gnu: ghc-wai: Update to 3.2.2.1.
* gnu/packages/haskell-web.scm (ghc-wai): Update to 3.2.2.1.
This commit is contained in:
parent
a3fd4dc7d8
commit
560f940b6c
1 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ which allow you to avoid direct usage of conduits.")
|
||||||
(define-public ghc-wai
|
(define-public ghc-wai
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai")
|
(name "ghc-wai")
|
||||||
(version "3.2.1.2")
|
(version "3.2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -390,7 +390,7 @@ which allow you to avoid direct usage of conduits.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jr3b2789wa4m6mxkz12ynz4lfsqmgbrcy0am8karyqr3x3528r8"))))
|
"058871axlq6r0gcqxbjw37w57df9xbv81dmz99b1zq59wf329xzy"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)
|
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)
|
||||||
|
|
Reference in a new issue