gnu: r-devtools: Update to 2.0.2.
* gnu/packages/statistics.scm (r-devtools): Update to 2.0.2.
This commit is contained in:
parent
6e95f0e153
commit
eacfa685d7
1 changed files with 2 additions and 2 deletions
|
@ -2421,13 +2421,13 @@ (define-public r-rstudioapi
|
||||||
(define-public r-devtools
|
(define-public r-devtools
|
||||||
(package
|
(package
|
||||||
(name "r-devtools")
|
(name "r-devtools")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "devtools" version))
|
(uri (cran-uri "devtools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nyspqicn9zd1rgq3k07b3179i8w5ys6jbd65g9q8qczrb7z3x8f"))))
|
"028pppj39ng7q17k27531s8k00lmw982vz5krn74n9b8f2azm8lr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-callr" ,r-callr)
|
`(("r-callr" ,r-callr)
|
||||||
|
|
Loading…
Reference in a new issue