mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ghc-typed-process: Update to 0.2.6.3.
* gnu/packages/haskell-xyz.scm (ghc-typed-process): Update to 0.2.6.3.
This commit is contained in:
parent
26ab2aacab
commit
2428ab7527
1 changed files with 2 additions and 2 deletions
|
@ -14047,7 +14047,7 @@ (define-public ghc-turtle
|
|||
(define-public ghc-typed-process
|
||||
(package
|
||||
(name "ghc-typed-process")
|
||||
(version "0.2.6.1")
|
||||
(version "0.2.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -14056,7 +14056,7 @@ (define-public ghc-typed-process
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w4c76qln49967nnhf7f1zj3gbdfqp2qgf5ym8svhqyhp5gh61ws"))))
|
||||
"071mw4yv4xr5n82si33qbcqcxvcr7h56zlyd8gmsfrsdnacbq47k"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-async" ,ghc-async)
|
||||
|
|
Loading…
Reference in a new issue