gnu: r-clipr: Update to 0.5.0.
* gnu/packages/cran.scm (r-clipr): Update to 0.5.0.
This commit is contained in:
parent
2e4fc4ac62
commit
0c025a7f79
|
@ -66,14 +66,14 @@
|
||||||
(define-public r-clipr
|
(define-public r-clipr
|
||||||
(package
|
(package
|
||||||
(name "r-clipr")
|
(name "r-clipr")
|
||||||
(version "0.4.1")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clipr" version))
|
(uri (cran-uri "clipr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"061x84ildc7g1p91yw5iyj8lpqdf4hqv36as85lw8c6qv9ywbsqv"))))
|
"1grx0lyww1cxmdvsr44wmbhz9i6zmiwxbchb97gxrfi9gy5kyc7x"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue