gnu: r-remotes: Update to 2.1.0.

* gnu/packages/cran.scm (r-remotes): Update to 2.1.0.
This commit is contained in:
Ricardo Wurmus 2019-06-29 01:25:45 +02:00
parent a634a76a06
commit da4754a3b1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8212,14 +8212,14 @@ (define-public r-sessioninfo
(define-public r-remotes (define-public r-remotes
(package (package
(name "r-remotes") (name "r-remotes")
(version "2.0.4") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "remotes" version)) (uri (cran-uri "remotes" version))
(sha256 (sha256
(base32 (base32
"1jbn4kjimcr82zv5lnqxqa2487a96vn6jxf7wc6gnpxr6k06d61p")))) "19v8dmnk9l4i9m64p7zgmj7y1vhnnwhi5kyn0k5d034zzkvchi49"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/r-lib/remotes#readme") (home-page "https://github.com/r-lib/remotes#readme")
(synopsis "R package installation from remote repositories") (synopsis "R package installation from remote repositories")