me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-paws-compute): Update to 0.1.13.
master
Ricardo Wurmus 2022-09-20 10:53:32 +02:00
parent 3336c70a5f
commit af8dfcee5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -33595,14 +33595,14 @@ services, including Simple Storage Service (S3).")
(define-public r-paws-compute
(package
(name "r-paws-compute")
(version "0.1.12")
(version "0.1.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.compute" version))
(sha256
(base32
"1km6fng6il5fcjlrbbndahsw2dr2ql83hwac9wlpd67zm3wy9lky"))))
"1s7g4y2h763xf32p08drs3ygkfqb2zjikkgxb7yl91gk13zp7kjm"))))
(properties `((upstream-name . "paws.compute")))
(build-system r-build-system)
(propagated-inputs