mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-remotes: Update to 2.1.1.
* gnu/packages/cran.scm (r-remotes): Update to 2.1.1.
This commit is contained in:
parent
1f4ec0d578
commit
a8a261b0f1
1 changed files with 2 additions and 2 deletions
|
@ -8776,14 +8776,14 @@ (define-public r-sessioninfo
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue