gnu: r-remotes: Update to 2.4.0.
* gnu/packages/cran.scm (r-remotes): Update to 2.4.0.master
parent
0a23437a54
commit
ba4caa13e9
|
@ -11275,14 +11275,14 @@ more information about packages, and where they were installed from.")
|
||||||
(define-public r-remotes
|
(define-public r-remotes
|
||||||
(package
|
(package
|
||||||
(name "r-remotes")
|
(name "r-remotes")
|
||||||
(version "2.3.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "remotes" version))
|
(uri (cran-uri "remotes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f35648bdxhvplcfj80r4hfj5w21f1s01kcz6b29d098c1mnfzb7"))))
|
"048lihmwksl72fg4fdmhihblj9ipxl22x9wfpgwsbsv79zjc7rfd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Reference in New Issue