mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-gh: Update to 1.4.0.
* gnu/packages/cran.scm (r-gh): Update to 1.4.0. [propagated-inputs]: Remove r-httr; add r-httr2 and r-rlang.
This commit is contained in:
parent
6bb6706c42
commit
dc475ea2c0
1 changed files with 3 additions and 3 deletions
|
@ -14966,17 +14966,17 @@ (define-public r-gitcreds
|
|||
(define-public r-gh
|
||||
(package
|
||||
(name "r-gh")
|
||||
(version "1.3.1")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vqjhqlhvvqq8w2cqbgrkqphj0ga5s6fbl4zhcl3vc6fvsms5bpv"))))
|
||||
"0wcbnnws472v1i6q012pbdxjpsd4clj6a2cscf73g6s2336rzik8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli r-gitcreds r-httr r-ini r-jsonlite))
|
||||
(list r-cli r-gitcreds r-httr2 r-ini r-jsonlite r-rlang))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/r-lib/gh#readme")
|
||||
|
|
Loading…
Reference in a new issue