guix-commits
[Top][All Lists]
Advanced

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

07/328: gnu: ghc-unix-compat: Update to 0.5.2.


From: guix-commits
Subject: 07/328: gnu: ghc-unix-compat: Update to 0.5.2.
Date: Sat, 16 Nov 2019 19:32:09 -0500 (EST)

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

commit 08d2ca4abfc9825552d5de603addbf0d0f1f9e81
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:41:22 2019 -0400

    gnu: ghc-unix-compat: Update to 0.5.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-unix-compat): Update to 0.5.2.
---
 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 9011da4..fe4bf14 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10792,7 +10792,7 @@ work, but is substantially simpler and faster.")
 (define-public ghc-unix-compat
   (package
     (name "ghc-unix-compat")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
@@ -10802,7 +10802,7 @@ work, but is substantially simpler and faster.")
              ".tar.gz"))
        (sha256
         (base32
-         "0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3"))))
+         "1a8brv9fax76b1fymslzyghwa6ma8yijiyyhn12msl3i5x24x6k5"))))
     (build-system haskell-build-system)
     (home-page
      "https://github.com/jystic/unix-compat";)



reply via email to

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