mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-haplo-stats: Update to 1.9.2.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.9.2.
This commit is contained in:
parent
16b60563b1
commit
ead8f7ba95
1 changed files with 2 additions and 2 deletions
|
@ -19176,14 +19176,14 @@ (define-public r-arsenal
|
|||
(define-public r-haplo-stats
|
||||
(package
|
||||
(name "r-haplo-stats")
|
||||
(version "1.8.9")
|
||||
(version "1.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "haplo.stats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0np9kw4f30xbvwr4f79g909ilis5n273ridmlwyzjxiskiry6mx0"))))
|
||||
"1397rxcqqz29yaf3f2gphg1jhmfw3wvvjvqk7cz01jdh3pihdh56"))))
|
||||
(properties `((upstream-name . "haplo.stats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue