mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-process: Update to 1.6.3.0.
* gnu/packages/haskell.scm (ghc-process): Update to 1.6.3.0.
This commit is contained in:
parent
973075a091
commit
64f597a611
1 changed files with 2 additions and 2 deletions
|
@ -6617,7 +6617,7 @@ (define-public ghc-directory
|
|||
(define-public ghc-process
|
||||
(package
|
||||
(name "ghc-process")
|
||||
(version "1.4.2.0")
|
||||
(version "1.6.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6626,7 +6626,7 @@ (define-public ghc-process
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v1bav5isqxq9fc4lw714x94qbfsjbm2nn12kjp69r1ql8jaaaqw"))))
|
||||
"0lxkl0gmyy2sn3r9c7dyz8vz1cm6nvygmgrizilliir5bp42m8cc"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue