guix-commits
[Top][All Lists]
Advanced

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

54/92: gnu: r-reprex: Update to 0.2.1.


From: Ricardo Wurmus
Subject: 54/92: gnu: r-reprex: Update to 0.2.1.
Date: Tue, 30 Oct 2018 16:48:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1c9906c2dd2f4fdc83153b0ee825e304ac9ce1f2
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:47:14 2018 +0100

    gnu: r-reprex: Update to 0.2.1.
    
    * gnu/packages/cran.scm (r-reprex): Update to 0.2.1.
    [propagated-inputs]: Add r-fs, remove r-knitr.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e321993..2e4b83e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -166,19 +166,19 @@ package is a port of the Python package 
@code{cssselect}.")
 (define-public r-reprex
   (package
     (name "r-reprex")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reprex" version))
        (sha256
         (base32
-         "1l44pxjiz3g0jkk3v6rg5jps3llihfiah0qyv40s0bxvxa6gm8v9"))))
+         "1ws5gds453xgfili87r35rz1wn2i7jbqissq98csbiddpkgls8sx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)
        ("r-clipr" ,r-clipr)
-       ("r-knitr" ,r-knitr)
+       ("r-fs" ,r-fs)
        ("r-rlang" ,r-rlang)
        ("r-rmarkdown" ,r-rmarkdown)
        ("r-whisker" ,r-whisker)



reply via email to

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