me
/
guix
Archived
1
0
Fork 0

gnu: r-loo: Update to 2.4.0.

* gnu/packages/cran.scm (r-loo): Update to 2.4.0.
master
Ricardo Wurmus 2020-12-09 22:00:13 +01:00
parent fccc5ac29a
commit b19230386d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21937,13 +21937,13 @@ recommendations for developers.")
(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