me
/
guix
Archived
1
0
Fork 0

gnu: r-gh: Update to 1.2.1.

* gnu/packages/cran.scm (r-gh): Update to 1.2.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -10547,14 +10547,14 @@ repositories.")
(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)