samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1e07b6d40bf021653a25077cb0d0c396ee9696a3
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 12:54:22 2019 -0400
gnu: ghc-atomic-write: Update to 0.2.0.6.
* gnu/packages/haskell-xyz.scm (ghc-atomic-write): Update to 0.2.0.6.
---
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 065e293..04d40ff 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -407,7 +407,7 @@ This library provides a safer method based on the concept
of @code{Ticket}s.")
(define-public ghc-atomic-write
(package
(name "ghc-atomic-write")
- (version "0.2.0.5")
+ (version "0.2.0.6")
(source
(origin
(method url-fetch)
@@ -417,7 +417,7 @@ This library provides a safer method based on the concept
of @code{Ticket}s.")
".tar.gz"))
(sha256
(base32
- "1iaq0hprxcv0sl1sgwcgmm87zraf738va1bciwnx2jkk3k1v9iyv"))))
+ "1xs3shwnlj8hmnm3q6jc8nv78z0481i5n4hrqqdmbpx8grvlnqyl"))))
(build-system haskell-build-system)
(inputs
`(("ghc-temporary" ,ghc-temporary)