mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-jomo: Update to 2.7-6.
* gnu/packages/cran.scm (r-jomo): Update to 2.7-6.
This commit is contained in:
parent
5df24ec454
commit
1127830d3a
1 changed files with 2 additions and 2 deletions
|
@ -7801,14 +7801,14 @@ (define-public r-ordinal
|
|||
(define-public r-jomo
|
||||
(package
|
||||
(name "r-jomo")
|
||||
(version "2.7-5")
|
||||
(version "2.7-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jomo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05xfkj65nqd987pp5bhl4jy46qxwjll5mxnjii6qrmfmjld177q5"))))
|
||||
"1np2sw0kq21kdhkv227pz2rqvpxg06r3mk93ggkrz5nl45ajmyiz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lme4 r-mass r-ordinal r-survival r-tibble))
|
||||
|
|
Loading…
Reference in a new issue