mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-aws: Update to 2.5-5.
* gnu/packages/cran.scm (r-aws): Update to 2.5-5. Change-Id: I39f0394bfed327c04c275e1c42d2d47b2cef27fe
This commit is contained in:
parent
c59571a48a
commit
681dc57842
1 changed files with 2 additions and 2 deletions
|
@ -33206,14 +33206,14 @@ (define-public r-awsmethods
|
|||
(define-public r-aws
|
||||
(package
|
||||
(name "r-aws")
|
||||
(version "2.5-3")
|
||||
(version "2.5-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aws" version))
|
||||
(sha256
|
||||
(base32
|
||||
"022igrvxlyi0ckl3c6chcm459kv213jxy5hrvc14m36yhn3xckhm"))))
|
||||
"0nsc7fakwcppav2h2kys0j28ga2p2si4kbygfka955dmbiwv4z5j"))))
|
||||
(properties
|
||||
`((upstream-name . "aws")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue