mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-rprojroot: Update to 2.0.3.
* gnu/packages/statistics.scm (r-rprojroot): Update to 2.0.3.
This commit is contained in:
parent
7b9e39ca2a
commit
8b28ffca69
1 changed files with 2 additions and 2 deletions
|
@ -2790,14 +2790,14 @@ (define-public r-catools
|
||||||
(define-public r-rprojroot
|
(define-public r-rprojroot
|
||||||
(package
|
(package
|
||||||
(name "r-rprojroot")
|
(name "r-rprojroot")
|
||||||
(version "2.0.2")
|
(version "2.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rprojroot" version))
|
(uri (cran-uri "rprojroot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07wy07yhms8zln9qb0iwx69dq08h4lrdi8kavjcplfxcskq638az"))))
|
"15zq606s544wmbvk5dw13xq0sspr9dsxyxlvzvn0r48f8x3l4q2h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Reference in a new issue