mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-paws-compute: Update to 0.5.0.
* gnu/packages/cran.scm (r-paws-compute): Update to 0.5.0. Change-Id: I41bd64bd906569cb2b85a908458753b0d06fd545
This commit is contained in:
parent
3c6be7289f
commit
f115d679f6
1 changed files with 2 additions and 2 deletions
|
@ -39836,14 +39836,14 @@ (define-public r-paws-storage
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue