unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
@ 2019-02-19  3:45 Brett Gilio
  2019-02-19 13:11 ` bug#34545: " Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Brett Gilio @ 2019-02-19  3:45 UTC (permalink / raw)
  To: 34545

[-- Attachment #1: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. --]
[-- Type: text/x-patch, Size: 1666 bytes --]

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#34545: [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
  2019-02-19  3:45 [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19 Brett Gilio
@ 2019-02-19 13:11 ` Ricardo Wurmus
  2019-02-19 18:30   ` [bug#34545] " Brett Gilio
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2019-02-19 13:11 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34545-done


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

PS: Could you please send patch series to the same bug in the future?
The proper way to do this is to send a cover letter to bug-guix@gnu.org,
wait for the acknowledgement and then reply to the bug id address with
the patch series.  You can use “git send-email --in-reply-to …”.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
  2019-02-19 13:11 ` bug#34545: " Ricardo Wurmus
@ 2019-02-19 18:30   ` Brett Gilio
  2019-02-19 18:48     ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Brett Gilio @ 2019-02-19 18:30 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 34545-done


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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
  2019-02-19 18:30   ` [bug#34545] " Brett Gilio
@ 2019-02-19 18:48     ` Ricardo Wurmus
  2019-02-19 19:51       ` Brett Gilio
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2019-02-19 18:48 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34545-done


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
  2019-02-19 18:48     ` Ricardo Wurmus
@ 2019-02-19 19:51       ` Brett Gilio
  0 siblings, 0 replies; 5+ messages in thread
From: Brett Gilio @ 2019-02-19 19:51 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 34545-done


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-19 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19  3:45 [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19 Brett Gilio
2019-02-19 13:11 ` bug#34545: " Ricardo Wurmus
2019-02-19 18:30   ` [bug#34545] " Brett Gilio
2019-02-19 18:48     ` Ricardo Wurmus
2019-02-19 19:51       ` Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).