mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-paws-customer-engagement.
* gnu/packages/cran.scm (r-paws-customer-engagement): New variable.
This commit is contained in:
parent
add144a0c4
commit
e1f7b3e8f9
1 changed files with 24 additions and 0 deletions
|
@ -30621,3 +30621,27 @@ (define-public r-paws-common
|
|||
higher-level interfaces to individual services, such as Simple Storage
|
||||
Service (S3).")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-customer-engagement
|
||||
(package
|
||||
(name "r-paws-customer-engagement")
|
||||
(version "0.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.customer.engagement" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ac6hzn4ilfjhzdmc9x80999fl18cz16mky31qd3y09m93w2xkdj"))))
|
||||
(properties
|
||||
`((upstream-name . "paws.customer.engagement")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-paws-common" ,r-paws-common)))
|
||||
(home-page "https://github.com/paws-r/paws")
|
||||
(synopsis "Amazon Web Services customer engagement services")
|
||||
(description
|
||||
"This package provides an interface to Amazon Web Services customer
|
||||
engagement services, including Simple Email Service, Connect contact center
|
||||
service, and more.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in a new issue