me
/
guix
Archived
1
0
Fork 0

gnu: r-aws: Update to 2.5.

* gnu/packages/cran.scm (r-aws): Update to 2.5.
master
Ricardo Wurmus 2020-10-05 22:45:02 +02:00
parent e05869ba23
commit 56e52ad97d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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