me
/
guix
Archived
1
0
Fork 0

gnu: r-paws-compute: Update to 0.6.1.

* gnu/packages/cran.scm (r-paws-compute): Update to 0.6.1.

Change-Id: Id04ed0d729e168145e57cc6d23948703d2a28b10
master
Ricardo Wurmus 2024-07-02 14:58:52 +02:00
parent eeb43981ba
commit 445dc5f56e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -41590,14 +41590,14 @@ services, including Simple Storage Service (S3).")
(define-public r-paws-compute
(package
(name "r-paws-compute")
(version "0.5.0")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.compute" version))
(sha256
(base32
"1vsxwzqgk0004nmfy79pd0zc208fczay95p7h16mzqgds9586ma1"))))
"0s1d7gj7lb6fra4l6h3c74v3hsp701qbiqirnk0q0qm7ild5399r"))))
(properties `((upstream-name . "paws.compute")))
(build-system r-build-system)
(propagated-inputs