guix-commits
[Top][All Lists]
Advanced

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

21/43: gnu: r-reprex: Update to 0.3.0.


From: guix-commits
Subject: 21/43: gnu: r-reprex: Update to 0.3.0.
Date: Mon, 20 May 2019 08:40:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bd9f1479744cb798e1da01131886c28766381e51
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 19 09:23:22 2019 +0200

    gnu: r-reprex: Update to 0.3.0.
    
    * gnu/packages/cran.scm (r-reprex): Update to 0.3.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 85002c6..560feed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -292,14 +292,14 @@ package is a port of the Python package 
@code{cssselect}.")
 (define-public r-reprex
   (package
     (name "r-reprex")
-    (version "0.2.1")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reprex" version))
        (sha256
         (base32
-         "1ws5gds453xgfili87r35rz1wn2i7jbqissq98csbiddpkgls8sx"))))
+         "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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