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:
Ricardo Wurmus 2018-02-12 21:34:34 +01:00
parent f30b753835
commit 6418074ce9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)