diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 12:54:22 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:19 -0500 |
commit | c09d1e62401403f950edc55a059347ef27af5e39 (patch) | |
tree | 6cad5f5f73d45ffb8259f6f51d08b6ba8bfb47fc | |
parent | c264bd422e92ca28fd74defa5ed1bab584d4219b (diff) | |
download | patches-c09d1e62401403f950edc55a059347ef27af5e39.tar patches-c09d1e62401403f950edc55a059347ef27af5e39.tar.gz |
gnu: ghc-atomic-write: Update to 0.2.0.6.
* gnu/packages/haskell-xyz.scm (ghc-atomic-write): Update to 0.2.0.6.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 8dec2a1212..f99dc244d0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -408,7 +408,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) @@ -418,7 +418,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) |