gnu: r-loo: Update to 2.3.1.

* gnu/packages/cran.scm (r-loo): Update to 2.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-19 02:17:33 +02:00
parent 7e6df0e993
commit 8e80880508
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -21176,14 +21176,13 @@ recommendations for developers.")
(define-public r-loo
(package
(name "r-loo")
(version "2.3.0")
(version "2.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "loo" version))
(sha256
(base32
"1lgkmb9938x5cfm0rff3lp4wrj2rvsv61dw1iz1jfd4xr38w87wx"))))
(base32 "12z0k8lhz0rxygs5lc7076nw6qhk0pda8nxf65hkinfrf4dy53fr"))))
(properties `((upstream-name . "loo")))
(build-system r-build-system)
(inputs