mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
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:
parent
a49769c632
commit
cd9579905f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue