guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: r-tibble: Update to 2.1.2.


From: guix-commits
Subject: 02/03: gnu: r-tibble: Update to 2.1.2.
Date: Thu, 30 May 2019 07:43:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 782a7f4655e376e08df75e328de689096e77f39e
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 30 13:41:04 2019 +0200

    gnu: r-tibble: Update to 2.1.2.
    
    * gnu/packages/statistics.scm (r-tibble): Update to 2.1.2.
---
 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 12fcb75..27d1c29 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.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tibble" version))
        (sha256
         (base32
-         "111jl0hdjhh7hkydxvsr5l19gb0ylxq7xrkc28awnc9pzglpgis5"))))
+         "1sb5j6k8hp7yf7grjjhn45hhc163fcndiw9zw976zc74f1856kpj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cli" ,r-cli)



reply via email to

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