diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 14:40:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:48:53 +0200 |
commit | 710ecc9ceb9f246c585b8e99528e9c1cb1db0ef3 (patch) | |
tree | f0f179b91325cc3fa6138df16a8d0a893e1ee9fc | |
parent | d36430d274028c5d9b66240efa8b5db0e767a729 (diff) | |
download | guix-710ecc9ceb9f246c585b8e99528e9c1cb1db0ef3.tar.gz guix-710ecc9ceb9f246c585b8e99528e9c1cb1db0ef3.zip |
gnu: r-clipr: Update to 0.7.0.
* gnu/packages/cran.scm (r-clipr): Update to 0.7.0.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3bd0d664da..a2a3574b85 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -78,14 +78,14 @@ (define-public r-clipr (package (name "r-clipr") - (version "0.6.0") + (version "0.7.0") (source (origin (method url-fetch) (uri (cran-uri "clipr" version)) (sha256 (base32 - "0k9kimkmmj9k7290sxiqn4kd1vvm4w7q9a44wp0w30b7yjpavx2m")))) + "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903")))) (build-system r-build-system) (home-page "https://github.com/mdlincoln/clipr") (synopsis "Read and write from the system clipboard") |