me
/
guix
Archived
1
0
Fork 0

gnu: r-gargle: Update to 0.5.0.

* gnu/packages/cran.scm (r-gargle): Update to 0.5.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-05-12 16:56:08 +02:00
parent 1ef7c8bda6
commit d740a5db44
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -10848,14 +10848,14 @@ and manipulating sets of ontological terms.")
(define-public r-gargle (define-public r-gargle
(package (package
(name "r-gargle") (name "r-gargle")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "gargle" version)) (uri (cran-uri "gargle" version))
(sha256 (sha256
(base32 (base32
"08zhfk2sl342w35i5n2c93ayypg3z0kbl0020l3y9adqka1vazgx")))) "1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-fs" ,r-fs) `(("r-fs" ,r-fs)
@ -10864,6 +10864,8 @@ and manipulating sets of ontological terms.")
("r-jsonlite" ,r-jsonlite) ("r-jsonlite" ,r-jsonlite)
("r-rlang" ,r-rlang) ("r-rlang" ,r-rlang)
("r-withr" ,r-withr))) ("r-withr" ,r-withr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://gargle.r-lib.org") (home-page "https://gargle.r-lib.org")
(synopsis "Utilities for working with Google APIs") (synopsis "Utilities for working with Google APIs")
(description (description