mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-haplo-stats: Update to 1.8.7.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.7.
This commit is contained in:
parent
a7bfaaaaa0
commit
4e64840930
1 changed files with 2 additions and 2 deletions
|
@ -16923,14 +16923,14 @@ (define-public r-arsenal
|
|||
(define-public r-haplo-stats
|
||||
(package
|
||||
(name "r-haplo-stats")
|
||||
(version "1.8.6")
|
||||
(version "1.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "haplo.stats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
|
||||
"1q2zn72j92bwhcdswk4qqfgzch56p9pcy2xhkd3safvqp3l9rzpw"))))
|
||||
(properties `((upstream-name . "haplo.stats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue