gnu: r-remotes: Update to 2.4.2.1.
* gnu/packages/cran.scm (r-remotes): Update to 2.4.2.1.
This commit is contained in:
parent
7a3bb5d01c
commit
e71a8c9521
1 changed files with 2 additions and 2 deletions
|
@ -16502,14 +16502,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.4.2")
|
(version "2.4.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "remotes" version))
|
(uri (cran-uri "remotes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05m5dgv0nba5vhjbdkd8z5lbhpfxgkw31j58am7vz1d44igqgvzj"))))
|
"1790q52z4fy4zb1hnpn066q9fph53syl7gaxlbgbqq1dcndcma3v"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in a new issue