gnu: r-clipr: Update to 0.7.1.

* gnu/packages/cran.scm (r-clipr): Update to 0.7.1.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:40:39 +01:00
parent a49769c632
commit cd9579905f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -217,15 +217,17 @@ (define-public r-dot
(define-public r-clipr (define-public r-clipr
(package (package
(name "r-clipr") (name "r-clipr")
(version "0.7.0") (version "0.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "clipr" version)) (uri (cran-uri "clipr" version))
(sha256 (sha256
(base32 (base32
"1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903")))) "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/mdlincoln/clipr") (home-page "https://github.com/mdlincoln/clipr")
(synopsis "Read and write from the system clipboard") (synopsis "Read and write from the system clipboard")
(description (description