me
/
guix
Archived
1
0
Fork 0

gnu: r-paws: Update to 0.5.0.

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

Change-Id: I9692850a4464872f61d1eb884f5b1f0bcb5e0876
master
Ricardo Wurmus 2024-01-17 23:09:51 +01:00
parent 5dcfb69df2
commit 91e4f49fa8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -39908,14 +39908,14 @@ functions-as-a-service, containers, batch processing, and more.")
(define-public r-paws
(package
(name "r-paws")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws" version))
(sha256
(base32
"1l9pjmfnhqgzxghxz22fbqc43x9am6d21f982p2sykxv271yclhf"))))
"1dwk1fnsrykvgz4l3hiapcqvvajwr3kmwxl3gza07nh573j8439h"))))
(properties `((upstream-name . "paws")))
(build-system r-build-system)
(propagated-inputs