guix-commits
[Top][All Lists]
Advanced

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

12/23: gnu: r-tibble: Update to 2.1.3.


From: guix-commits
Subject: 12/23: gnu: r-tibble: Update to 2.1.3.
Date: Sun, 9 Jun 2019 09:20:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0638ee43a4351304fec85ef4d72a1abc9b50a20f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 9 15:18:56 2019 +0200

    gnu: r-tibble: Update to 2.1.3.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 2.1.3.
---
 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 12e22b0..24d4967 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1670,14 +1670,14 @@ like tidy evaluation.")
 (define-public r-tibble
   (package
     (name "r-tibble")
-    (version "2.1.2")
+    (version "2.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "1sb5j6k8hp7yf7grjjhn45hhc163fcndiw9zw976zc74f1856kpj"))))
+         "06jfayiip8j8ibdhw3fvxn4n8aqbqhwanrszpzlsf92xdfgfm34s"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cli" ,r-cli)



reply via email to

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