mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-clipr: Update to 0.6.0.
* gnu/packages/cran.scm (r-clipr): Update to 0.6.0.
This commit is contained in:
parent
664a6bc1a6
commit
8e79d820d0
1 changed files with 2 additions and 2 deletions
|
@ -78,14 +78,14 @@ (define-module (gnu packages cran)
|
||||||
(define-public r-clipr
|
(define-public r-clipr
|
||||||
(package
|
(package
|
||||||
(name "r-clipr")
|
(name "r-clipr")
|
||||||
(version "0.5.0")
|
(version "0.6.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
|
||||||
"1grx0lyww1cxmdvsr44wmbhz9i6zmiwxbchb97gxrfi9gy5kyc7x"))))
|
"0k9kimkmmj9k7290sxiqn4kd1vvm4w7q9a44wp0w30b7yjpavx2m"))))
|
||||||
(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 a new issue