[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/99: gnu: r-tibble: Update to 3.1.0.
From: |
guix-commits |
Subject: |
85/99: gnu: r-tibble: Update to 3.1.0. |
Date: |
Tue, 9 Mar 2021 16:07:29 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9846034edc4acce55f22ad9fd49fb2deec4ae621
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:42:16 2021 +0100
gnu: r-tibble: Update to 3.1.0.
* gnu/packages/statistics.scm (r-tibble): Update to 3.1.0.
[propagated-inputs]: Remove r-cli and r-crayon.
---
gnu/packages/statistics.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d2a7a68..a35842f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1665,19 +1665,17 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
- (version "3.0.6")
+ (version "3.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
- "0f41gnq0wwmy1z96lg3gicvm54jh685f7i3ag8yfk39r3ql2vzpv"))))
+ "0khmypf49la8n5gx72n7gr6dl6r6ja404i578g6sg0ail3g2i7lm"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-cli" ,r-cli)
- ("r-crayon" ,r-crayon)
- ("r-ellipsis" ,r-ellipsis)
+ `(("r-ellipsis" ,r-ellipsis)
("r-fansi" ,r-fansi)
("r-lifecycle" ,r-lifecycle)
("r-magrittr" ,r-magrittr)
- 27/99: gnu: r-rastervis: Update to 0.50., (continued)
- 27/99: gnu: r-rastervis: Update to 0.50., guix-commits, 2021/03/09
- 40/99: gnu: r-rgl: Update to 0.105.22., guix-commits, 2021/03/09
- 60/99: gnu: r-parameters: Update to 0.12.0., guix-commits, 2021/03/09
- 66/99: gnu: r-erm: Update to 1.0-2., guix-commits, 2021/03/09
- 72/99: gnu: r-tune: Update to 0.1.3., guix-commits, 2021/03/09
- 97/99: gnu: r-quantreg: Update to 5.85., guix-commits, 2021/03/09
- 18/99: gnu: r-energy: Update to 1.7-8., guix-commits, 2021/03/09
- 68/99: gnu: r-flexsurv: Update to 2.0., guix-commits, 2021/03/09
- 75/99: gnu: r-mlr3tuning: Update to 0.7.0., guix-commits, 2021/03/09
- 79/99: gnu: r-mass: Update to 7.3-53.1., guix-commits, 2021/03/09
- 85/99: gnu: r-tibble: Update to 3.1.0.,
guix-commits <=
- 91/99: gnu: r-sparsem: Update to 1.81., guix-commits, 2021/03/09
- 25/99: gnu: r-rio: Update to 0.5.26., guix-commits, 2021/03/09
- 26/99: gnu: r-promises: Update to 1.2.0.1., guix-commits, 2021/03/09
- 38/99: gnu: r-mvabund: Update to 4.1.9., guix-commits, 2021/03/09
- 37/99: gnu: r-gert: Update to 1.2.0., guix-commits, 2021/03/09
- 41/99: gnu: r-activity: Update to 1.3.1., guix-commits, 2021/03/09
- 46/99: gnu: r-dotcall64: Update to 1.0-1., guix-commits, 2021/03/09
- 44/99: gnu: r-tiff: Update to 0.1-7., guix-commits, 2021/03/09
- 59/99: gnu: r-kableextra: Update to 1.3.4., guix-commits, 2021/03/09
- 10/99: gnu: r-rticles: Update to 0.19., guix-commits, 2021/03/09