gnu: r-gh: Update to 1.2.1.

* gnu/packages/cran.scm (r-gh): Update to 1.2.1.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:25:54 +02:00
parent 799526f97c
commit 8917f29fba
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)