mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-mwc-random: Update to 0.14.0.0.
* gnu/packages/haskell-xyz.scm (ghc-mwc-random): Update to 0.14.0.0.
This commit is contained in:
parent
b45de2bf24
commit
33268e2c0b
1 changed files with 2 additions and 2 deletions
|
@ -6698,7 +6698,7 @@ (define-public ghc-murmur-hash
|
|||
(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 @@ (define-public ghc-mwc-random
|
|||
"mwc-random-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05j7yh0hh9nxic3dijmzv44kc6gzclvamdph7sq7w19wq57k6pq6"))))
|
||||
"18pg24sw3b79b32cwx8q01q4k0lm34mwr3l6cdkchl8alvd0wdq0"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-primitive" ,ghc-primitive)
|
||||
|
|
Loading…
Reference in a new issue