mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-haplo-stats: Update to 1.8.5.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.5.
This commit is contained in:
parent
b19acea286
commit
0df84248cc
1 changed files with 2 additions and 2 deletions
|
@ -14048,14 +14048,14 @@ (define-public r-arsenal
|
||||||
(define-public r-haplo-stats
|
(define-public r-haplo-stats
|
||||||
(package
|
(package
|
||||||
(name "r-haplo-stats")
|
(name "r-haplo-stats")
|
||||||
(version "1.8.2")
|
(version "1.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "haplo.stats" version))
|
(uri (cran-uri "haplo.stats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13gc980jk1pas7mz9b4nmwqd64qhh2c0xhq1z06z67jgv7k8n7dc"))))
|
"1f5cyyyavkf4l6kksp87s8d92vjrnhxmpz6j737pa527pn3gghf9"))))
|
||||||
(properties `((upstream-name . "haplo.stats")))
|
(properties `((upstream-name . "haplo.stats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue