guix-commits
[Top][All Lists]
Advanced

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

19/28: gnu: Add r-paws-database.


From: guix-commits
Subject: 19/28: gnu: Add r-paws-database.
Date: Thu, 26 Aug 2021 05:26:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b28cfb83e4d9c314969b5f6772041b8e8a3c2e64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:40 2021 +0200

    gnu: Add r-paws-database.
    
    * gnu/packages/cran.scm (r-paws-database): 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 fb93f15..9946d77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30814,3 +30814,27 @@ monitoring, Auto Scaling for automatically scaling 
resources, and more.")
 content delivery services, including Route 53 Domain Name System service,
 CloudFront content delivery, load balancing, and more.")
     (license license:asl2.0)))
+
+(define-public r-paws-database
+  (package
+    (name "r-paws-database")
+    (version "0.1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "paws.database" version))
+       (sha256
+        (base32
+         "08jpwz95fw3f68j0wxh2lg57nn60khflldab0ryhkkbcw1iy0qyz"))))
+    (properties `((upstream-name . "paws.database")))
+    (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 Database Services")
+    (description
+     "This package provides an interface to Amazon Web Services database
+services, including Relational Database Service (RDS), DynamoDB NoSQL
+database, and more.")
+    (license license:asl2.0)))



reply via email to

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