me
/
guix
Archived
1
0
Fork 0

gnu: r-aws: Update to 2.4-3.

* gnu/packages/cran.scm (r-aws): Update to 2.4-3.
master
Ricardo Wurmus 2020-08-12 11:59:07 +02:00
parent 8754e5b761
commit c8ccc115a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21947,14 +21947,14 @@ is also implemented here.")
(define-public r-aws
(package
(name "r-aws")
(version "2.4-2")
(version "2.4-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "aws" version))
(sha256
(base32
"1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
"0ccm8ffjf8bylhfr64j9wzi49hzigz4bs172pvkb0bi4d5vdr0l5"))))
(properties
`((upstream-name . "aws")))
(build-system r-build-system)