me
/
guix
Archived
1
0
Fork 0

gnu: r-rprojroot: Update to 2.0.3.

* gnu/packages/statistics.scm (r-rprojroot): Update to 2.0.3.
master
Ricardo Wurmus 2022-04-11 18:01:41 +02:00
parent 7b9e39ca2a
commit 8b28ffca69
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2790,14 +2790,14 @@ encoder/decoder, round-off-error-free sum and cumsum, etc.")
(define-public r-rprojroot
(package
(name "r-rprojroot")
(version "2.0.2")
(version "2.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rprojroot" version))
(sha256
(base32
"07wy07yhms8zln9qb0iwx69dq08h4lrdi8kavjcplfxcskq638az"))))
"15zq606s544wmbvk5dw13xq0sspr9dsxyxlvzvn0r48f8x3l4q2h"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))