emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34545: closed ([PATCH 01/24] gnu: r-raster: Update


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34545: closed ([PATCH 01/24] gnu: r-raster: Update to 2.8-19.)
Date: Tue, 19 Feb 2019 13:12:02 +0000

Your message dated Tue, 19 Feb 2019 14:11:33 +0100
with message-id <address@hidden>
and subject line Re: [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
has caused the debbugs.gnu.org bug report #34545,
regarding [PATCH 01/24] gnu: r-raster: Update to 2.8-19.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34545: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34545
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 01/24] gnu: r-raster: Update to 2.8-19. Date: Mon, 18 Feb 2019 21:45:47 -0600
>From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2018 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Brett Gilio <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34545] [PATCH 01/24] gnu: r-raster: Update to 2.8-19. Date: Tue, 19 Feb 2019 14:11:33 +0100 User-agent: mu4e 1.0; emacs 26.1
Brett Gilio <address@hidden> writes:

> From 0b3db8a6e875c4c57ce698f60ac011fa5e03dbd7 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> 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 address@hidden,
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 …”.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]