guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: r-tibble: Update to 3.2.1.


From: guix-commits
Subject: 13/13: gnu: r-tibble: Update to 3.2.1.
Date: Tue, 21 Mar 2023 07:40:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 31cdb037047bac0ec60c09663f40bf79ab9aceff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 21 12:14:34 2023 +0100

    gnu: r-tibble: Update to 3.2.1.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.2.1.
---
 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 2a89c0cb9d..a5ea61b5de 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.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "12i9cshnj2lygadh03zjw1zn5dr13wspcrq2dprl5qrrr95z2bwg"))))
+         "0c916wl19wbhncv05hjzs2vmvvbcxlswjl6i232ygmkzal62v9v5"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-fansi



reply via email to

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