gnu: r-aws: Update to 2.5-3.
* gnu/packages/cran.scm (r-aws): Update to 2.5-3.
This commit is contained in:
parent
1d933c516d
commit
084af94196
1 changed files with 2 additions and 2 deletions
|
@ -31455,14 +31455,14 @@ is also implemented here.")
|
||||||
(define-public r-aws
|
(define-public r-aws
|
||||||
(package
|
(package
|
||||||
(name "r-aws")
|
(name "r-aws")
|
||||||
(version "2.5-1")
|
(version "2.5-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "aws" version))
|
(uri (cran-uri "aws" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
|
"022igrvxlyi0ckl3c6chcm459kv213jxy5hrvc14m36yhn3xckhm"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "aws")))
|
`((upstream-name . "aws")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue