guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/151: gnu: r-remotes: Update to 2.0.2.


From: Ricardo Wurmus
Subject: 40/151: gnu: r-remotes: Update to 2.0.2.
Date: Wed, 7 Nov 2018 06:28:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fc532b452f1cc23fe74749f9f6e1e3ed014e15f0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:54:42 2018 +0100

    gnu: r-remotes: Update to 2.0.2.
    
    * gnu/packages/cran.scm (r-remotes): Update to 2.0.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e24adb4..dc7162b 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]