[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: r-tidyr: Update to 1.3.1.
From: |
guix-commits |
Subject: |
01/16: gnu: r-tidyr: Update to 1.3.1. |
Date: |
Thu, 25 Jan 2024 03:51:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ee805f86fe37818c8b75920297f679f021b8a850
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 25 08:34:21 2024 +0100
gnu: r-tidyr: Update to 1.3.1.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.3.1.
Change-Id: I4b97cbcaad562070440d692a1a5652eb15123516
---
gnu/packages/statistics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d39b237c5f..216bbc329c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4517,27 +4517,27 @@ selection.")
(define-public r-tidyr
(package
(name "r-tidyr")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyr" version))
(sha256
(base32
- "178a9sb07rph4mh7cz004ls0g7d4b7jk065m4ycfrlzxcs9jnlwd"))))
+ "0pc3ad9k36lk3c5qbgx4blhs8aihqyysfxljyirgahsmrdhw4878"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
r-cpp11
r-dplyr
- r-magrittr
r-glue
r-lifecycle
+ r-magrittr
r-purrr
r-rlang
r-stringr
- r-tidyselect
r-tibble
+ r-tidyselect
r-vctrs))
(native-inputs
(list r-knitr))
- branch master updated (ffa73f8ef2 -> 891f97d260), guix-commits, 2024/01/25
- 01/16: gnu: r-tidyr: Update to 1.3.1.,
guix-commits <=
- 02/16: gnu: r-conos: Update to 1.5.1., guix-commits, 2024/01/25
- 03/16: gnu: r-ggridges: Update to 0.5.6., guix-commits, 2024/01/25
- 04/16: gnu: r-emmeans: Update to 1.10.0., guix-commits, 2024/01/25
- 05/16: gnu: r-rcppannoy: Update to 0.0.22., guix-commits, 2024/01/25
- 06/16: gnu: r-kableextra: Update to 1.4.0., guix-commits, 2024/01/25
- 09/16: gnu: r-rainbow: Update to 3.8., guix-commits, 2024/01/25
- 08/16: gnu: r-r-filesets: Update to 2.15.1., guix-commits, 2024/01/25
- 11/16: gnu: r-consrank: Update to 2.1.4., guix-commits, 2024/01/25
- 13/16: gnu: r-segmented: Update to 2.0-2., guix-commits, 2024/01/25
- 14/16: gnu: r-r-oo: Update to 1.26.0., guix-commits, 2024/01/25