summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:10:34 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:07 -0500
commit33268e2c0bd9e7e3649fdb4988bcbe03b4e15a21 (patch)
treeae399ba4a651542ec97b78cc9862b945d7a0d36c
parentb45de2bf24fce0bad6c3c1791ce3c60f52dd901a (diff)
downloadguix-patches-33268e2c0bd9e7e3649fdb4988bcbe03b4e15a21.tar
guix-patches-33268e2c0bd9e7e3649fdb4988bcbe03b4e15a21.tar.gz
gnu: ghc-mwc-random: Update to 0.14.0.0.
* gnu/packages/haskell-xyz.scm (ghc-mwc-random): Update to 0.14.0.0.
-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 799b3d8306..0c344696d4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6698,7 +6698,7 @@ binding.")
(define-public ghc-mwc-random
(package
(name "ghc-mwc-random")
- (version "0.13.6.0")
+ (version "0.14.0.0")
(source
(origin
(method url-fetch)
@@ -6707,7 +6707,7 @@ binding.")
"mwc-random-" version ".tar.gz"))
(sha256
(base32
- "05j7yh0hh9nxic3dijmzv44kc6gzclvamdph7sq7w19wq57k6pq6"))))
+ "18pg24sw3b79b32cwx8q01q4k0lm34mwr3l6cdkchl8alvd0wdq0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-primitive" ,ghc-primitive)