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