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:
Lars-Dominik Braun 2021-10-25 14:28:40 +02:00
parent 26ab2aacab
commit 2428ab7527
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -14047,7 +14047,7 @@ (define-public ghc-turtle
(define-public ghc-typed-process (define-public ghc-typed-process
(package (package
(name "ghc-typed-process") (name "ghc-typed-process")
(version "0.2.6.1") (version "0.2.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -14056,7 +14056,7 @@ (define-public ghc-typed-process
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w4c76qln49967nnhf7f1zj3gbdfqp2qgf5ym8svhqyhp5gh61ws")))) "071mw4yv4xr5n82si33qbcqcxvcr7h56zlyd8gmsfrsdnacbq47k"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-async" ,ghc-async) `(("ghc-async" ,ghc-async)