Message ID | 87va1gtp90.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 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 19:11:06 -0600 > Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. > > * gnu/packages/cran.scm (r-raster): Update to 2.8-19. I pushed this to the master branch with commit aff13de323 after updating the commit message to note the change to the home-page field.
Ricardo Wurmus writes: > Brett Gilio <brettg@posteo.net> writes: > >> From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001 >> From: Brett Gilio <brettg@posteo.net> >> Date: Mon, 18 Feb 2019 19:11:06 -0600 >> Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. >> >> * gnu/packages/cran.scm (r-raster): Update to 2.8-19. > > I pushed this to the master branch with commit aff13de323 after updating > the commit message to note the change to the home-page field. Thank you for updating the commit message. Is there a snippet for that?
Brett Gilio <brettg@posteo.net> writes: > Ricardo Wurmus writes: > >> Brett Gilio <brettg@posteo.net> writes: >> >>> From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001 >>> From: Brett Gilio <brettg@posteo.net> >>> Date: Mon, 18 Feb 2019 19:11:06 -0600 >>> Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. >>> >>> * gnu/packages/cran.scm (r-raster): Update to 2.8-19. >> >> I pushed this to the master branch with commit aff13de323 after updating >> the commit message to note the change to the home-page field. > > Thank you for updating the commit message. Is there a snippet for that? No, there isn’t. (It would have been better to separate these unrelated changes.) -- Ricardo
Ricardo Wurmus writes: > Brett Gilio <brettg@posteo.net> writes: > >> Ricardo Wurmus writes: >> >>> Brett Gilio <brettg@posteo.net> writes: >>> >>>> From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001 >>>> From: Brett Gilio <brettg@posteo.net> >>>> Date: Mon, 18 Feb 2019 19:11:06 -0600 >>>> Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. >>>> >>>> * gnu/packages/cran.scm (r-raster): Update to 2.8-19. >>> >>> I pushed this to the master branch with commit aff13de323 after updating >>> the commit message to note the change to the home-page field. >> >> Thank you for updating the commit message. Is there a snippet for that? > > No, there isn’t. (It would have been better to separate these unrelated > changes.) I see, I suppose I was thinking of the whole package definition and not about the change itself. That makes sense, thanks as always Ricardo.
From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 19:11:06 -0600 Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. * gnu/packages/cran.scm (r-raster): Update to 2.8-19. --- gnu/packages/cran.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 82fd465d7..0d5717d98 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com> ;;; Copyright © 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> +;;; Copyright © 2018 Brett Gilio <brettg@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -6589,19 +6590,19 @@ used to teach mathematics, statistics, computation and modeling.") (define-public r-raster (package (name "r-raster") - (version "2.8-4") + (version "2.8-19") (source (origin (method url-fetch) (uri (cran-uri "raster" version)) (sha256 (base32 - "14pcfznxm5kdwd908axkr9v1l0hzxlrwd8kwrz0liqnfh9cx5rsa")))) + "1lmhf7p7is8ai7lv7zsj2rdzf83j7ccl4x7a9vwxxa824zy4bkf4")))) (build-system r-build-system) (propagated-inputs `(("r-rcpp" ,r-rcpp) ("r-sp" ,r-sp))) - (home-page "http://www.rspatial.org/") + (home-page "https://www.rspatial.org/") (synopsis "Geographic data analysis and modeling") (description "The package implements basic and high-level functions for reading, -- 2.20.1