mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-loo: Update to 2.6.0.
* gnu/packages/cran.scm (r-loo): Update to 2.6.0.
This commit is contained in:
parent
2e5d3192a0
commit
e7c284458e
1 changed files with 2 additions and 2 deletions
|
@ -30015,13 +30015,13 @@ (define-public r-rstantools
|
||||||
(define-public r-loo
|
(define-public r-loo
|
||||||
(package
|
(package
|
||||||
(name "r-loo")
|
(name "r-loo")
|
||||||
(version "2.5.1")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "loo" version))
|
(uri (cran-uri "loo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wa5hxk7lkr88mway6b7xd5arrkkl2ldl9rf0v1nqwp8lia2ysl6"))))
|
(base32 "040jk0zmpljq3ayd87bjy5vwwfy49im6kylp6z4wnqisypyn1nk6"))))
|
||||||
(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