guix-commits
[Top][All Lists]
Advanced

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

98/133: gnu: r-tibble: Update to 3.1.4.


From: guix-commits
Subject: 98/133: gnu: r-tibble: Update to 3.1.4.
Date: Thu, 30 Sep 2021 06:43:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 60d7bdf53d0d4777494f80872232945f191430d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:36 2021 +0200

    gnu: r-tibble: Update to 3.1.4.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.1.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 e7579c8..100afe6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1682,14 +1682,14 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "3.1.3")
+    (version "3.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1gpy90hg0bd4an0wqj0xx16a6x37fhc94z1v63y46dpiz231xfks"))))
+         "0zqpg2haph0qi1x5r6wr083xckab9gw21jbr9spcr8xdf43hx1vk"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ellipsis" ,r-ellipsis)



reply via email to

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