guix-commits
[Top][All Lists]
Advanced

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

08/29: gnu: r-tibble: Update to 1.3.4.


From: Ricardo Wurmus
Subject: 08/29: gnu: r-tibble: Update to 1.3.4.
Date: Fri, 1 Sep 2017 09:12:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fb10c923b37c1d5b919d78237a4211963dbaf8f9
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Sep 1 14:30:38 2017 +0200

    gnu: r-tibble: Update to 1.3.4.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 1.3.4.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fb7a781..5cf4c98 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1530,14 +1530,14 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1bhq4pm56l7l6s1k44ajrcr7hz56h37m9ck4zji9f8xfdqschbl0"))))
+         "02vn6yqzcvmazy5jaqar3wwbrmh83a1bfgsqgk0hgz38i80zgvm7"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rlang" ,r-rlang)



reply via email to

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