summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:04:02 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:14 +0200
commitd62f695119ff036762c93c5b8464c9ca5448e2c5 (patch)
tree0af80b83d7b4710ac380f96b40cfc1eea2cdd64a
parentfef71dbc9d28cccda627922d036ebf70844dbc84 (diff)
downloadguix-patches-d62f695119ff036762c93c5b8464c9ca5448e2c5.tar
guix-patches-d62f695119ff036762c93c5b8464c9ca5448e2c5.tar.gz
gnu: ghc-nats: Update to 1.1.2.
* gnu/packages/haskell.scm (ghc-nats): Update to 1.1.2.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c4dbbc7d75..6230270f30 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4570,7 +4570,7 @@ Compatibility package for older packages.")
(define-public ghc-nats
(package
(name "ghc-nats")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
@@ -4580,7 +4580,7 @@ Compatibility package for older packages.")
".tar.gz"))
(sha256
(base32
- "1kfl2yy97nb7q0j17v96rl73xvi3z4db9bk0xychc76dax41n78k"))))
+ "1v40drmhixck3pz3mdfghamh73l4rp71mzcviipv1y8jhrfxilmr"))))
(build-system haskell-build-system)
(arguments `(#:haddock? #f))
(inputs