mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-jomo: Update to 2.6-9.
* gnu/packages/cran.scm (r-jomo): Update to 2.6-9.
This commit is contained in:
parent
417f7ed58d
commit
bed3424619
1 changed files with 2 additions and 2 deletions
|
@ -3076,14 +3076,14 @@ (define-public r-ordinal
|
|||
(define-public r-jomo
|
||||
(package
|
||||
(name "r-jomo")
|
||||
(version "2.6-8")
|
||||
(version "2.6-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jomo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"097zfdcqc3a45ay8xxbraqh8xsfyivskkdmc2b4ca4n979lx8vyb"))))
|
||||
"16ychdhhv8cii8zrdfdf5gzgnvmfaq573bmi00xqdf323q3lf3xr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lme4" ,r-lme4)
|
||||
|
|
Loading…
Reference in a new issue