mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-gh: Update to 1.2.0.
* gnu/packages/cran.scm (r-gh): Update to 1.2.0. [propagated-inputs]: Add r-gitcreds. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
2ccaac5519
commit
5f68a11ea2
1 changed files with 5 additions and 2 deletions
|
@ -9746,20 +9746,23 @@ (define-public r-gitcreds
|
||||||
(define-public r-gh
|
(define-public r-gh
|
||||||
(package
|
(package
|
||||||
(name "r-gh")
|
(name "r-gh")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gh" version))
|
(uri (cran-uri "gh" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
|
"1zvy3ylxvni10lhvmbm9h14mg4wlsbdbzbzviwf28jxss8749219"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cli" ,r-cli)
|
`(("r-cli" ,r-cli)
|
||||||
|
("r-gitcreds" ,r-gitcreds)
|
||||||
("r-httr" ,r-httr)
|
("r-httr" ,r-httr)
|
||||||
("r-ini" ,r-ini)
|
("r-ini" ,r-ini)
|
||||||
("r-jsonlite" ,r-jsonlite)))
|
("r-jsonlite" ,r-jsonlite)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/r-lib/gh#readme")
|
(home-page "https://github.com/r-lib/gh#readme")
|
||||||
(synopsis "Access the GitHub API via R")
|
(synopsis "Access the GitHub API via R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue