summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-02-19 21:12:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-02-19 21:12:26 +0100
commita8a261b0f1c656474f46942d68c9bcd1f2a90d77 (patch)
tree834ba7a7b1a02f910a7606f98c34061944de89dd
parent1f4ec0d578aa572a34e6dd6a000b6e3cd834fcdf (diff)
downloadpatches-a8a261b0f1c656474f46942d68c9bcd1f2a90d77.tar
patches-a8a261b0f1c656474f46942d68c9bcd1f2a90d77.tar.gz
gnu: r-remotes: Update to 2.1.1.
* gnu/packages/cran.scm (r-remotes): Update to 2.1.1.
-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 e8b8e371e3..b8a221a00e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8776,14 +8776,14 @@ more information about packages, and where they were installed from.")
(define-public r-remotes
(package
(name "r-remotes")
- (version "2.1.0")
+ (version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "remotes" version))
(sha256
(base32
- "19v8dmnk9l4i9m64p7zgmj7y1vhnnwhi5kyn0k5d034zzkvchi49"))))
+ "12qinl7jv54f2524ri13gcrv6d523rg1harpi500j676zi30fnaf"))))
(build-system r-build-system)
(home-page "https://github.com/r-lib/remotes#readme")
(synopsis "R package installation from remote repositories")