mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -831,7 +831,7 @@ (define-public ghc-alex
|
|||
(define-public ghc-cgi
|
||||
(package
|
||||
(name "ghc-cgi")
|
||||
(version "3001.2.2.2")
|
||||
(version "3001.3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -841,7 +841,7 @@ (define-public ghc-cgi
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q1pxpa8gi42c0hsidcdkhk5xr5anfrvhqsn3iksr9c0rllhz193"))))
|
||||
"0lj7ri198r6fxz8zyc0vzpm7mx66794zxi9siffhh119qw8931cn"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-parsec" ,ghc-parsec)
|
||||
|
|
Loading…
Reference in a new issue