[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/377: gnu: Add r-paws-customer-engagement.
From: |
guix-commits |
Subject: |
110/377: gnu: Add r-paws-customer-engagement. |
Date: |
Thu, 2 Sep 2021 17:54:56 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e1f7b3e8f9023e6e9e6e9534d28e3d8db018834b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:22:55 2021 +0200
gnu: Add r-paws-customer-engagement.
* gnu/packages/cran.scm (r-paws-customer-engagement): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 68861bf..67c36c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30621,3 +30621,27 @@ requests, and receiving responses. They are designed
to help build
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)))
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., (continued)
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/02
- 70/377: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/09/02
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/02
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/02
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/02
- 74/377: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/09/02
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/02
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/02
- 94/377: gnu: emacs-envrc: Update to 0.4., guix-commits, 2021/09/02
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/02
- 110/377: gnu: Add r-paws-customer-engagement.,
guix-commits <=
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/02
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/02
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/02
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/02
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/02
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/02
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/02
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/02
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/02
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/02