mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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 @@ (define-public r-sessioninfo
|
|||
(define-public r-remotes
|
||||
(package
|
||||
(name "r-remotes")
|
||||
(version "2.4.2")
|
||||
(version "2.4.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "remotes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05m5dgv0nba5vhjbdkd8z5lbhpfxgkw31j58am7vz1d44igqgvzj"))))
|
||||
"1790q52z4fy4zb1hnpn066q9fph53syl7gaxlbgbqq1dcndcma3v"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue