guix-commits
[Top][All Lists]
Advanced

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

03/93: gnu: r-clipr: Update to 0.7.1.


From: guix-commits
Subject: 03/93: gnu: r-clipr: Update to 0.7.1.
Date: Sat, 31 Oct 2020 08:45:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cd9579905fe3ffc056eb27d03585404a6b207129
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:40:39 2020 +0100

    gnu: r-clipr: Update to 0.7.1.
    
    * gnu/packages/cran.scm (r-clipr): Update to 0.7.1.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0be8646..44131df 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -217,15 +217,17 @@ programming packages such as @code{knitr} and 
@code{rmarkdown}.")
 (define-public r-clipr
   (package
     (name "r-clipr")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clipr" version))
        (sha256
         (base32
-         "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
+         "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
     (build-system r-build-system)
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/mdlincoln/clipr";)
     (synopsis "Read and write from the system clipboard")
     (description



reply via email to

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