Archived
1
0
Fork 0

gnu: r-paws: Update to 0.6.0.

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

Change-Id: Iaf2b6e0493eda0ecb26e344d99675b419a80f8e8
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:52 +02:00
parent 445dc5f56e
commit 762a939aac
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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