gnu: r-paws-compute: Update to 0.3.1.
* gnu/packages/cran.scm (r-paws-compute): Update to 0.3.1.
This commit is contained in:
parent
c7d49778e2
commit
5933aadf2f
1 changed files with 2 additions and 2 deletions
|
@ -38383,14 +38383,14 @@ services, including Simple Storage Service (S3).")
|
||||||
(define-public r-paws-compute
|
(define-public r-paws-compute
|
||||||
(package
|
(package
|
||||||
(name "r-paws-compute")
|
(name "r-paws-compute")
|
||||||
(version "0.2.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "paws.compute" version))
|
(uri (cran-uri "paws.compute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10bfcwsriyl73mp3wi9kvn6msy1g4ci71jmpv61bcqngp9qmv4wg"))))
|
"17xzc1ngir4v043xclw6c1qs092aicj83qmn8sydn9apmlzcps1r"))))
|
||||||
(properties `((upstream-name . "paws.compute")))
|
(properties `((upstream-name . "paws.compute")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue