guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

133/249: gnu: ghc-typed-process: Update to 0.2.6.0.


From: guix-commits
Subject: 133/249: gnu: ghc-typed-process: Update to 0.2.6.0.
Date: Thu, 31 Oct 2019 23:49:47 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 768eb529fde799805afae12af5960068f07888ef
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:55:24 2019 -0400

    gnu: ghc-typed-process: Update to 0.2.6.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-typed-process): Update to 0.2.6.0.
---
 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 a294b58..bc13391 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10602,7 +10602,7 @@ statically known size.")
 (define-public ghc-typed-process
   (package
     (name "ghc-typed-process")
-    (version "0.2.3.0")
+    (version "0.2.6.0")
     (source
      (origin
        (method url-fetch)
@@ -10611,7 +10611,7 @@ statically known size.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0"))))
+         "1cf2pfym8zdxvvy7xv72ixj7wy3rjrdss6f57k1ysgs66cgsi8ii"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]