guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/28: gnu: Add r-paws-security-identity.


From: guix-commits
Subject: 14/28: gnu: Add r-paws-security-identity.
Date: Thu, 26 Aug 2021 05:26:11 -0400 (EDT)

rekado pushed a commit to branch master
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]