guix-commits
[Top][All Lists]
Advanced

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

112/135: gnu: r-tibble: Update to 3.1.5.


From: guix-commits
Subject: 112/135: gnu: r-tibble: Update to 3.1.5.
Date: Wed, 3 Nov 2021 18:00:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 56703a6a1eb5ecbe9dda07a76e43c5466287713d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:53 2021 +0000

    gnu: r-tibble: Update to 3.1.5.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 3.1.5.
---
 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 23b0bcf..6fbcb56 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.4")
+    (version "3.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "0zqpg2haph0qi1x5r6wr083xckab9gw21jbr9spcr8xdf43hx1vk"))))
+         "1ryv1r3cah1s8dyqdhcb0yl81r384jvgc4d1q9zwsrrsd2x8fqys"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ellipsis" ,r-ellipsis)



reply via email to

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