me
/
guix
Archived
1
0
Fork 0

gnu: r-aws: Update to 2.5-1.

* gnu/packages/cran.scm (r-aws): Update to 2.5-1.
master
Ricardo Wurmus 2021-01-20 17:12:37 +01:00
parent 31180c692c
commit da7887e645
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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