mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Add r-paws-developer-tools.
* gnu/packages/cran.scm (r-paws-developer-tools): New variable.
This commit is contained in:
parent
7aed4f72b0
commit
506436fde8
1 changed files with 22 additions and 0 deletions
|
@ -31238,6 +31238,28 @@ (define-public r-paws-cost-management
|
|||
more.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-developer-tools
|
||||
(package
|
||||
(name "r-paws-developer-tools")
|
||||
(version "0.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.developer.tools" version))
|
||||
(sha256
|
||||
(base32 "16gb8g8s67al7qdd95fbigxqkih9a9p7slkyf3cga42wb6miiby2"))))
|
||||
(properties `((upstream-name . "paws.developer.tools")))
|
||||
(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 developer tools services")
|
||||
(description
|
||||
"This package provides an interface to Amazon Web Services developer
|
||||
tools services, including version control, continuous integration and
|
||||
deployment, and more.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-application-integration
|
||||
(package
|
||||
(name "r-paws-application-integration")
|
||||
|
|
Loading…
Reference in a new issue