Message ID | 875ztgwigs.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 |
Brett Gilio <brettg@posteo.net> writes: > From 57462602af8e284748cb756ac6f2bfe838556483 Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 21:07:17 -0600 > Subject: [PATCH 17/24] gnu: r-vegan: Update to 2.5-4. > > * gnu/packages/cran.scm (r-vegan): Update to 2.5-4. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. Closing. Thanks!
From 57462602af8e284748cb756ac6f2bfe838556483 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 21:07:17 -0600 Subject: [PATCH 17/24] gnu: r-vegan: Update to 2.5-4. * gnu/packages/cran.scm (r-vegan): Update to 2.5-4. --- 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 4595b9489..5dd8b9f0a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -133,14 +133,14 @@ read a protected key.") (define-public r-vegan (package (name "r-vegan") - (version "2.5-3") + (version "2.5-4") (source (origin (method url-fetch) (uri (cran-uri "vegan" version)) (sha256 (base32 - "023xznh0iy0496icpchadmp7a3rk3nj9s48fvwlvp3dssw58yp3c")))) + "1q4khii0xbjwmkida0b35q8rmwhg325qizjwz6slkjhz250a85ji")))) (build-system r-build-system) (native-inputs `(("gfortran" ,gfortran))) -- 2.20.1