guix-commits
[Top][All Lists]
Advanced

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

08/69: gnu: r-tibble: Update to 1.3.3.


From: Ricardo Wurmus
Subject: 08/69: gnu: r-tibble: Update to 1.3.3.
Date: Thu, 3 Aug 2017 11:54:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aad948a0eaea550cbc8e524717a6e74b68bb35b0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 2 16:16:09 2017 +0200

    gnu: r-tibble: Update to 1.3.3.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 1.3.3.
    [propagated-inputs]: Remove r-lazyeval, add r-rlang.
---
 gnu/packages/statistics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e78e080..1159f2c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1501,17 +1501,17 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "1.3.0")
+    (version "1.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1q25i1cv3qms6d3lw7jd3z142w188znkcbyam460gn9si8l8g2bk"))))
+         "1bhq4pm56l7l6s1k44ajrcr7hz56h37m9ck4zji9f8xfdqschbl0"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-lazyeval" ,r-lazyeval)
+     `(("r-rlang" ,r-rlang)
        ("r-rcpp" ,r-rcpp)))
     (home-page "https://github.com/hadley/tibble";)
     (synopsis "Simple data frames")



reply via email to

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