summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 11:54:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:26:33 +0100
commitfc532b452f1cc23fe74749f9f6e1e3ed014e15f0 (patch)
tree04c3b333860e63666e9ce00215fc1181eb68f5f2 /gnu
parent3d6fa1a3ad2f7c5d473b45ad478e213c399f9f00 (diff)
downloadguix-fc532b452f1cc23fe74749f9f6e1e3ed014e15f0.tar.gz
gnu: r-remotes: Update to 2.0.2.
* gnu/packages/cran.scm (r-remotes): Update to 2.0.2.
Diffstat (limited to 'gnu')
-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 e24adb496f..dc7162beab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6843,14 +6843,14 @@ more information about packages, and where they were installed from.")
 (define-public r-remotes
   (package
     (name "r-remotes")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "remotes" version))
        (sha256
         (base32
-         "1xkzlciv68jyf4j8hads0i47nxbgsy1kv7258c6zzyq66z0amhss"))))
+         "0rsjxmhwpr51ilsdjfqn06mj8yr2d7nckcn3arv1ljn23qfkpcxa"))))
     (build-system r-build-system)
     (home-page "https://github.com/r-lib/remotes#readme")
     (synopsis "R package installation from remote repositories")