aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-04-11 22:59:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-04-11 23:37:24 +0200
commita108ef6209af429037778c1398b981d1011d0539 (patch)
tree2200a6135c8c4c1fd68274c7979cb651297d7dfc
parent3517101521eecb2f8ed915eefc335fe21f5b46d4 (diff)
downloadguix-a108ef6209af429037778c1398b981d1011d0539.tar
guix-a108ef6209af429037778c1398b981d1011d0539.tar.gz
gnu: r-remotes: Update to 2.0.4.
* gnu/packages/cran.scm (r-remotes): Update to 2.0.4.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2d6010b93c..ea66f9152a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8040,14 +8040,14 @@ more information about packages, and where they were installed from.")
(define-public r-remotes
(package
(name "r-remotes")
- (version "2.0.2")
+ (version "2.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "remotes" version))
(sha256
(base32
- "0rsjxmhwpr51ilsdjfqn06mj8yr2d7nckcn3arv1ljn23qfkpcxa"))))
+ "1jbn4kjimcr82zv5lnqxqa2487a96vn6jxf7wc6gnpxr6k06d61p"))))
(build-system r-build-system)
(home-page "https://github.com/r-lib/remotes#readme")
(synopsis "R package installation from remote repositories")