>From 54369e04cb68f5ed386b0138791eb285a8df11dc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 25 Oct 2021 14:28:40 +0200 Subject: [PATCH 36/45] 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 d485fd56e0..b83628e9d8 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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) -- 2.32.0