gnu: r-aws: Update to 2.4-3.
* gnu/packages/cran.scm (r-aws): Update to 2.4-3.
This commit is contained in:
parent
8754e5b761
commit
c8ccc115a4
1 changed files with 2 additions and 2 deletions
|
@ -21947,14 +21947,14 @@ is also implemented here.")
|
||||||
(define-public r-aws
|
(define-public r-aws
|
||||||
(package
|
(package
|
||||||
(name "r-aws")
|
(name "r-aws")
|
||||||
(version "2.4-2")
|
(version "2.4-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
|
||||||
"1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
|
"0ccm8ffjf8bylhfr64j9wzi49hzigz4bs172pvkb0bi4d5vdr0l5"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "aws")))
|
`((upstream-name . "aws")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue