diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 11:45:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 11:45:26 +0100 |
commit | f115d679f6357e1379d5ad3cd102189de4417039 (patch) | |
tree | e1dd440b3535789d6873f1be8657dab34d868453 /gnu | |
parent | 3c6be7289fb51da0349d8456474976a407fa4a68 (diff) |
gnu: r-paws-compute: Update to 0.5.0.
* gnu/packages/cran.scm (r-paws-compute): Update to 0.5.0.
Change-Id: I41bd64bd906569cb2b85a908458753b0d06fd545
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index df97836b51..95bd62b5a7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -39836,14 +39836,14 @@ services, including Simple Storage Service (S3).") (define-public r-paws-compute (package (name "r-paws-compute") - (version "0.4.0") + (version "0.5.0") (source (origin (method url-fetch) (uri (cran-uri "paws.compute" version)) (sha256 (base32 - "0q0xikrq7095l8fhii2jyjxfbihhnlm7nzzbspfqdh8xbr7g4kld")))) + "1vsxwzqgk0004nmfy79pd0zc208fczay95p7h16mzqgds9586ma1")))) (properties `((upstream-name . "paws.compute"))) (build-system r-build-system) (propagated-inputs |