[PATCH 01/24] gnu: r-raster: Update to 2.8-19.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87va1gtp90.fsf@posteo.net
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(-)

Toggle diff (37 lines)
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
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34545-done@debbugs.gnu.org)
87mumrvs6y.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> 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 …”.
Closed
Brett Gilio wrote 6 years ago
(name . Ricardo Wurmus)(address . rekado@elephly.net)
87wolvaaw5.fsf@posteo.net
Ricardo Wurmus writes:

Toggle quote (12 lines)
> 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?
Closed
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34545-done@debbugs.gnu.org)
878sybvcm2.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (16 lines)
> 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
Closed
Brett Gilio wrote 6 years ago
(name . Ricardo Wurmus)(address . rekado@elephly.net)
874l8zlfot.fsf@posteo.net
Ricardo Wurmus writes:

Toggle quote (21 lines)
> 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34545@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34545
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help