me
/
guix
Archived
1
0
Fork 0

gnu: r-clipr: Update to 0.7.1.

* gnu/packages/cran.scm (r-clipr): Update to 0.7.1.
[native-inputs]: Add r-knitr.
master
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
1 changed files with 4 additions and 2 deletions

View File

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