[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/377: gnu: Add r-paws-security-identity.
From: |
guix-commits |
Subject: |
113/377: gnu: Add r-paws-security-identity. |
Date: |
Sun, 5 Sep 2021 10:07:15 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 10139557f01ccdc475ebfdb5f22b4aed0b96ac60
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:13 2021 +0200
gnu: Add r-paws-security-identity.
* gnu/packages/cran.scm (r-paws-security-identity): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0c43b4d..ca9bf58 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30693,3 +30693,28 @@ more.")
integration services, including Simple Queue Service (SQS) message queue,
Simple Notification Service (SNS) publish/subscribe messaging, and more.")
(license license:asl2.0)))
+
+(define-public r-paws-security-identity
+ (package
+ (name "r-paws-security-identity")
+ (version "0.1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.security.identity" version))
+ (sha256
+ (base32
+ "092lz2ipn5iqr593x7ra8c0bj64yf6315mdc3llgwrjyb4vfxif9"))))
+ (properties
+ `((upstream-name . "paws.security.identity")))
+ (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 security, identity, and compliance
services")
+ (description
+ "This package provides an interface to Amazon Web Services security,
+identity, and compliance services, including the Identity and Access
+Management (IAM) service for managing access to services and resources, and
+more.")
+ (license license:asl2.0)))
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., (continued)
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/05
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/05
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/05
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]., guix-commits, 2021/09/05
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/05
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/05
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity.,
guix-commits <=
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/05
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/05
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/05
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/05
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/05
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/05
- 23/377: gnu: r-rbibutils: Update to 2.2.3., guix-commits, 2021/09/05
- 35/377: gnu: r-terra: Update to 1.3-22., guix-commits, 2021/09/05