me
/
guix
Archived
1
0
Fork 0

gnu: ghc-typed-process: Update to 0.2.6.3.

* gnu/packages/haskell-xyz.scm (ghc-typed-process): Update to 0.2.6.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -14047,7 +14047,7 @@ similar functionality.")
(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 @@ similar functionality.")
version ".tar.gz"))
(sha256
(base32
"0w4c76qln49967nnhf7f1zj3gbdfqp2qgf5ym8svhqyhp5gh61ws"))))
"071mw4yv4xr5n82si33qbcqcxvcr7h56zlyd8gmsfrsdnacbq47k"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)