Message ID | 87tvh0v3vm.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 0be17316733630e2073a9b5580eb16e381a8c7b2 Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 20:48:44 -0600 > Subject: [PATCH 13/24] gnu: r-servr: Update to 0.12. > > * gnu/packages/cran.scm (r-servr): Update to 0.12. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. (Updated to 0.13.) Closing. Thanks! -- Ricardo
From 0be17316733630e2073a9b5580eb16e381a8c7b2 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 20:48:44 -0600 Subject: [PATCH 13/24] gnu: r-servr: Update to 0.12. * gnu/packages/cran.scm (r-servr): Update to 0.12. --- 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 d35508aaa..03a17e6c7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -424,13 +424,13 @@ in systems and applications.") (define-public r-servr (package (name "r-servr") - (version "0.11") + (version "0.12") (source (origin (method url-fetch) (uri (cran-uri "servr" version)) (sha256 (base32 - "0yj3p1risf269n25dd56lqv82dsxv6a0aq4bcc1ddn9wv7h2xdfi")))) + "0x076zzkjlbh1naflxhshcr9chbqprlhfm5fayg7qw3y39f9yshr")))) (build-system r-build-system) (propagated-inputs `(("r-httpuv" ,r-httpuv) -- 2.20.1