summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 00:41:22 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:54 -0500
commitbc82e9f56fe7d2e54728abb5dd8d2c6061ae4d2f (patch)
tree2c13f654db555fca745d744a6b4966309f51b024
parentb5920d5040d272d6bb925207fff002619ece7d1b (diff)
downloadguix-patches-bc82e9f56fe7d2e54728abb5dd8d2c6061ae4d2f.tar
guix-patches-bc82e9f56fe7d2e54728abb5dd8d2c6061ae4d2f.tar.gz
gnu: ghc-unix-compat: Update to 0.5.2.
* gnu/packages/haskell-xyz.scm (ghc-unix-compat): Update to 0.5.2.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9011da4fb7..fe4bf14bd6 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")