guix-commits
[Top][All Lists]
Advanced

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

143/158: gnu: r-tibble: Update to 3.2.0.


From: guix-commits
Subject: 143/158: gnu: r-tibble: Update to 3.2.0.
Date: Sun, 19 Mar 2023 13:24:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 62b1347bf9e87a5c68164d3bed206e5f0e42c8ad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:46 2023 +0100

    gnu: r-tibble: Update to 3.2.0.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.2.0.
---
 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 c175832bc1..e17048bf13 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1787,14 +1787,14 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "3.1.8")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1spdbk5s0wlipfq8jc08p2mk5fq2ql9hm8iwwlfzdlhqbl3hxwxc"))))
+         "12i9cshnj2lygadh03zjw1zn5dr13wspcrq2dprl5qrrr95z2bwg"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-fansi



reply via email to

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