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
1 changed files with 2 additions and 2 deletions
|
@ -66,14 +66,14 @@ (define-module (gnu packages cran)
|
|||
(define-public r-clipr
|
||||
(package
|
||||
(name "r-clipr")
|
||||
(version "0.4.1")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clipr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"061x84ildc7g1p91yw5iyj8lpqdf4hqv36as85lw8c6qv9ywbsqv"))))
|
||||
"1grx0lyww1cxmdvsr44wmbhz9i6zmiwxbchb97gxrfi9gy5kyc7x"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/mdlincoln/clipr")
|
||||
(synopsis "Read and write from the system clipboard")
|
||||
|
|
Loading…
Reference in a new issue