mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-loo: Update to 2.8.0.
* gnu/packages/cran.scm (r-loo): Update to 2.8.0. Change-Id: I6e105afb8a0f40eda6f71a398da0fa2c25a83757
This commit is contained in:
parent
10140211aa
commit
7a9fef5a63
1 changed files with 2 additions and 2 deletions
|
@ -33655,13 +33655,13 @@ (define-public r-rstantools
|
||||||
(define-public r-loo
|
(define-public r-loo
|
||||||
(package
|
(package
|
||||||
(name "r-loo")
|
(name "r-loo")
|
||||||
(version "2.7.0")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "loo" version))
|
(uri (cran-uri "loo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dnbbflglm7b29vr11rfrawnys9s3rl4h00h6xh9smjyalqz6r3n"))))
|
(base32 "0k14cf4mmviwslq931n5l1glalmsdsm7v3hq0m80w71fbaljgdxa"))))
|
||||||
(properties `((upstream-name . "loo")))
|
(properties `((upstream-name . "loo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue