guix-commits
[Top][All Lists]
Advanced

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

103/116: gnu: r-tibble: Update to 3.1.6.


From: guix-commits
Subject: 103/116: gnu: r-tibble: Update to 3.1.6.
Date: Wed, 24 Nov 2021 06:17:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cbe234924f79d2f70003be6fdac02c41165d0adf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:39 2021 +0100

    gnu: r-tibble: Update to 3.1.6.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.1.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 8de9e2e..6157782 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.5")
+    (version "3.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1ryv1r3cah1s8dyqdhcb0yl81r384jvgc4d1q9zwsrrsd2x8fqys"))))
+         "14l2i6ri3v5y0h8g0ahc4kz0pdqsp5yabxk2w8wavss6y44xjcsv"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ellipsis" ,r-ellipsis)



reply via email to

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