me
/
guix
Archived
1
0
Fork 0

gnu: r-gh: Update to 1.3.0.

* gnu/packages/cran.scm (r-gh): Update to 1.3.0.
master
Ricardo Wurmus 2021-05-04 07:13:10 +02:00
parent 47a15ac7d0
commit 3dbd04d7ca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10698,14 +10698,14 @@ repositories.")
(define-public r-gh
(package
(name "r-gh")
(version "1.2.1")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gh" version))
(sha256
(base32
"16xa1qb1r28f8yc6ybjrxiq2zigxj886dp9k29jpsn5091xbzkq0"))))
"077drbxz3rx7idv6w24ipj1p6jnzv86a3iyryab699cc9q2kjh54"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)