mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-gh: Update to 1.2.1.
* gnu/packages/cran.scm (r-gh): Update to 1.2.1.
This commit is contained in:
parent
799526f97c
commit
8917f29fba
1 changed files with 2 additions and 2 deletions
|
@ -10547,14 +10547,14 @@ (define-public r-gitcreds
|
|||
(define-public r-gh
|
||||
(package
|
||||
(name "r-gh")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zvy3ylxvni10lhvmbm9h14mg4wlsbdbzbzviwf28jxss8749219"))))
|
||||
"16xa1qb1r28f8yc6ybjrxiq2zigxj886dp9k29jpsn5091xbzkq0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cli" ,r-cli)
|
||||
|
|
Loading…
Reference in a new issue