gnu: r-paws-customer-engagement: Update to 0.2.0.

* gnu/packages/cran.scm (r-paws-customer-engagement): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:01 +01:00
parent 604cf11aa4
commit 24506cc72b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -35421,14 +35421,14 @@ Service (S3).")
(define-public r-paws-customer-engagement
(package
(name "r-paws-customer-engagement")
(version "0.1.12")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.customer.engagement" version))
(sha256
(base32
"0ac6hzn4ilfjhzdmc9x80999fl18cz16mky31qd3y09m93w2xkdj"))))
"12viq760wd5b7dl800075hvm8jy19q112m6rlgyz85znwbiam2qj"))))
(properties
`((upstream-name . "paws.customer.engagement")))
(build-system r-build-system)