mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-loo: Update to 2.4.0.
* gnu/packages/cran.scm (r-loo): Update to 2.4.0.
This commit is contained in:
parent
fccc5ac29a
commit
b19230386d
1 changed files with 2 additions and 2 deletions
|
@ -21937,13 +21937,13 @@ (define-public r-rstantools
|
|||
(define-public r-loo
|
||||
(package
|
||||
(name "r-loo")
|
||||
(version "2.3.1")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "loo" version))
|
||||
(sha256
|
||||
(base32 "12z0k8lhz0rxygs5lc7076nw6qhk0pda8nxf65hkinfrf4dy53fr"))))
|
||||
(base32 "01a15ikfnyxhjhrgvy3ag929rg45dxp3wji1j38r4hg4q1yz4ma9"))))
|
||||
(properties `((upstream-name . "loo")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue