gnu: r-clipr: Update to 0.5.0.

* gnu/packages/cran.scm (r-clipr): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:33:05 +01:00
parent 2e4fc4ac62
commit 0c025a7f79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")