gnu: r-remotes: Update to 2.0.4.
* gnu/packages/cran.scm (r-remotes): Update to 2.0.4.
This commit is contained in:
parent
3517101521
commit
a108ef6209
|
@ -8040,14 +8040,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.0.2")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "remotes" version))
|
(uri (cran-uri "remotes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rsjxmhwpr51ilsdjfqn06mj8yr2d7nckcn3arv1ljn23qfkpcxa"))))
|
"1jbn4kjimcr82zv5lnqxqa2487a96vn6jxf7wc6gnpxr6k06d61p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/r-lib/remotes#readme")
|
(home-page "https://github.com/r-lib/remotes#readme")
|
||||||
(synopsis "R package installation from remote repositories")
|
(synopsis "R package installation from remote repositories")
|
||||||
|
|
Loading…
Reference in New Issue