diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-19 14:43:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-19 14:43:10 +0200 |
commit | 8e79d820d0f150106f96a1109e1618bbede10d25 (patch) | |
tree | 8f2a015e4fd9fc0f501d5cbfe9abe8f3cccf2b4c /gnu/packages/cran.scm | |
parent | 664a6bc1a6daf20b42af9d1ac9f225d29f13cff2 (diff) | |
download | patches-8e79d820d0f150106f96a1109e1618bbede10d25.tar patches-8e79d820d0f150106f96a1109e1618bbede10d25.tar.gz |
gnu: r-clipr: Update to 0.6.0.
* gnu/packages/cran.scm (r-clipr): Update to 0.6.0.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 47cd1d7217..5da23ea414 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.5.0") + (version "0.6.0") (source (origin (method url-fetch) (uri (cran-uri "clipr" version)) (sha256 (base32 - "1grx0lyww1cxmdvsr44wmbhz9i6zmiwxbchb97gxrfi9gy5kyc7x")))) + "0k9kimkmmj9k7290sxiqn4kd1vvm4w7q9a44wp0w30b7yjpavx2m")))) (build-system r-build-system) (home-page "https://github.com/mdlincoln/clipr") (synopsis "Read and write from the system clipboard") |