mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-jomo: Update to 2.7-5.
* gnu/packages/cran.scm (r-jomo): Update to 2.7-5.
This commit is contained in:
parent
7d4a752afa
commit
26a4304fc6
1 changed files with 2 additions and 2 deletions
|
@ -7800,14 +7800,14 @@ (define-public r-ordinal
|
|||
(define-public r-jomo
|
||||
(package
|
||||
(name "r-jomo")
|
||||
(version "2.7-4")
|
||||
(version "2.7-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jomo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zck7p872k080hyfs0hibq7v13zmsry1jdlnq7k33ff1iljbq99d"))))
|
||||
"05xfkj65nqd987pp5bhl4jy46qxwjll5mxnjii6qrmfmjld177q5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lme4 r-mass r-ordinal r-survival r-tibble))
|
||||
|
|
Loading…
Reference in a new issue