guix-commits
[Top][All Lists]
Advanced

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

26/40: gnu: r-remotes: Update to 2.1.0.


From: guix-commits
Subject: 26/40: gnu: r-remotes: Update to 2.1.0.
Date: Fri, 28 Jun 2019 19:35:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit da4754a3b17728b9a270fc7188714318f26c9efb
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:25:45 2019 +0200

    gnu: r-remotes: Update to 2.1.0.
    
    * gnu/packages/cran.scm (r-remotes): Update to 2.1.0.
---
 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 286be35..c24309f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8212,14 +8212,14 @@ more information about packages, and where they were 
installed from.")
 (define-public r-remotes
   (package
     (name "r-remotes")
-    (version "2.0.4")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "remotes" version))
        (sha256
         (base32
-         "1jbn4kjimcr82zv5lnqxqa2487a96vn6jxf7wc6gnpxr6k06d61p"))))
+         "19v8dmnk9l4i9m64p7zgmj7y1vhnnwhi5kyn0k5d034zzkvchi49"))))
     (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]