lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.

commit 54369e04cb68f5ed386b0138791eb285a8df11dc
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Oct 25 14:28:40 2021 +0200

    gnu: ghc-typed-process: Update to 0.2.6.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-typed-process): Update to 0.2.6.3.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d485fd5..b83628e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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)

Reply via email to