Message ID | 87lg2cv3uz.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 02bc0e1bce4897458061cd879c02eca3388b85ea Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 20:37:12 -0600 > Subject: [PATCH 10/24] gnu: r-emdbook: Update to 1.3.11. > > * gnu/packages/cran.scm (r-emdbook): Update to 1.3.11. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. Closing. Thanks!
From 02bc0e1bce4897458061cd879c02eca3388b85ea Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 20:37:12 -0600 Subject: [PATCH 10/24] gnu: r-emdbook: Update to 1.3.11. * gnu/packages/cran.scm (r-emdbook): Update to 1.3.11. --- 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 8c9114fa3..576f96aa0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2009,14 +2009,14 @@ classes in the @code{stats4} package.") (define-public r-emdbook (package (name "r-emdbook") - (version "1.3.10") + (version "1.3.11") (source (origin (method url-fetch) (uri (cran-uri "emdbook" version)) (sha256 (base32 - "0880cx6rqm9vgd2zxnd2k0igfl80gy7ak15w36clwlzavab59hmv")))) + "0a515jdzvg87npvrh7md7zp0v5nlz7c2jr7pba5dql6slb0d8j7q")))) (build-system r-build-system) (propagated-inputs `(("r-bbmle" ,r-bbmle) -- 2.20.1