[bug#34550,09/24] gnu: r-later: Update to 0.8.0.

Message ID 87imxgv3ut.fsf@posteo.net
State Accepted
Headers show
Series [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand

Checks

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

Commit Message

Brett Gilio Feb. 19, 2019, 3:44 a.m. UTC

Comments

Ricardo Wurmus March 14, 2019, 10:30 a.m. UTC | #1
Brett Gilio <brettg@posteo.net> writes:

> From 6718e868286fcde012643f1b37026f64abe430e5 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 20:31:59 -0600
> Subject: [PATCH 09/24] gnu: r-later: Update to 0.8.0.
>
> * gnu/packages/cran.scm (r-later): Update to 0.8.0.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  Closing.

Thanks!

Patch

From 6718e868286fcde012643f1b37026f64abe430e5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 20:31:59 -0600
Subject: [PATCH 09/24] gnu: r-later: Update to 0.8.0.

* gnu/packages/cran.scm (r-later): Update to 0.8.0.
---
 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 de8175ba7..8c9114fa3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4963,14 +4963,14 @@  exchanging spatial objects with other R packages.")
 (define-public r-later
   (package
     (name "r-later")
-    (version "0.7.5")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "later" version))
        (sha256
         (base32
-         "0xhwn37makzm85zb6w5acc7svzibxcnz69rks0kxw22vapkxwz1i"))))
+         "08g503xjxrfxvrzj0cavsrz4m8ykbha64344j1w2r6v17js2hakb"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bh" ,r-bh)
-- 
2.20.1