guix-commits
[Top][All Lists]
Advanced

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

85/96: gnu: r-tibble: Update to 3.0.6.


From: guix-commits
Subject: 85/96: gnu: r-tibble: Update to 3.0.6.
Date: Wed, 10 Feb 2021 19:06:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3977bb8ba9937829734073fbf75eaa65a5a179f9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:48 2021 +0100

    gnu: r-tibble: Update to 3.0.6.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.0.6.
---
 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 c4a2336..0b979e4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1664,14 +1664,14 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "3.0.5")
+    (version "3.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "142i34h53b8w8jkh3l8y3xsqfvvgp7ybfbv830bjky7cymxjvj8w"))))
+         "0f41gnq0wwmy1z96lg3gicvm54jh685f7i3ag8yfk39r3ql2vzpv"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cli" ,r-cli)



reply via email to

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