gnu: ghc-cgi: Update to 3001.3.0.1.
* gnu/packages/haskell.scm (ghc-cgi): Update to 3001.3.0.1.
This commit is contained in:
parent
f30b753835
commit
6418074ce9
|
@ -831,7 +831,7 @@ tool lex or flex for C/C++.")
|
||||||
(define-public ghc-cgi
|
(define-public ghc-cgi
|
||||||
(package
|
(package
|
||||||
(name "ghc-cgi")
|
(name "ghc-cgi")
|
||||||
(version "3001.2.2.2")
|
(version "3001.3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -841,7 +841,7 @@ tool lex or flex for C/C++.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q1pxpa8gi42c0hsidcdkhk5xr5anfrvhqsn3iksr9c0rllhz193"))))
|
"0lj7ri198r6fxz8zyc0vzpm7mx66794zxi9siffhh119qw8931cn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-parsec" ,ghc-parsec)
|
`(("ghc-parsec" ,ghc-parsec)
|
||||||
|
|
Loading…
Reference in New Issue