guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/128: gnu: r-clipr: Update to 0.5.0.


From: guix-commits
Subject: 42/128: gnu: r-clipr: Update to 0.5.0.
Date: Sat, 12 Jan 2019 17:36:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0c025a7f794b4cd75b9c713b00a86df23e1f8d30
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 16:33:05 2019 +0100

    gnu: r-clipr: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-clipr): Update to 0.5.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 35cdef0..3254771 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -66,14 +66,14 @@
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]