Message ID | 87o978v3va.fsf@posteo.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
Brett Gilio <brettg@posteo.net> writes: > From 7cf3aad2e4d61aaa7180cbfd977f5bb1926d8a75 Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 20:40:09 -0600 > Subject: [PATCH 11/24] gnu: r-tidytree: Update to 0.2.3. > > * gnu/packages/cran.scm (r-tidytree): Update to 0.2.3. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. (Updated to 0.2.4.) Closing. Thanks! -- Ricardo
From 7cf3aad2e4d61aaa7180cbfd977f5bb1926d8a75 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 20:40:09 -0600 Subject: [PATCH 11/24] gnu: r-tidytree: Update to 0.2.3. * gnu/packages/cran.scm (r-tidytree): Update to 0.2.3. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 576f96aa0..a95092613 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8856,14 +8856,14 @@ maps.") (define-public r-tidytree (package (name "r-tidytree") - (version "0.2.1") + (version "0.2.3") (source (origin (method url-fetch) (uri (cran-uri "tidytree" version)) (sha256 (base32 - "1sx69wvlp7k761cmglrzq2jxkm2iq27x6bhhdcisj62wryj96wb2")))) + "13wjdmxmb2azhz2cm3xvw7vfm853xvr5p4agczw2yyvhpkqifsm9")))) (build-system r-build-system) (propagated-inputs `(("r-ape" ,r-ape) -- 2.20.1