Archived
1
0
Fork 0

gnu: r-gh: Update to 1.3.1.

* gnu/packages/cran.scm (r-gh): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:01 +02:00
parent 0045ed1e32
commit 53d46b7a83
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13279,14 +13279,14 @@ repositories.")
(define-public r-gh (define-public r-gh
(package (package
(name "r-gh") (name "r-gh")
(version "1.3.0") (version "1.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "gh" version)) (uri (cran-uri "gh" version))
(sha256 (sha256
(base32 (base32
"077drbxz3rx7idv6w24ipj1p6jnzv86a3iyryab699cc9q2kjh54")))) "1vqjhqlhvvqq8w2cqbgrkqphj0ga5s6fbl4zhcl3vc6fvsms5bpv"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-cli r-gitcreds r-httr r-ini r-jsonlite)) (list r-cli r-gitcreds r-httr r-ini r-jsonlite))