[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: r-raster: Update to 2.8-19.
From: |
guix-commits |
Subject: |
01/01: gnu: r-raster: Update to 2.8-19. |
Date: |
Tue, 19 Feb 2019 08:09:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit aff13de3236bac03bf72b922c7f5e6e165205dd6
Author: Brett Gilio <address@hidden>
Date: Mon Feb 18 21:45:47 2019 -0600
gnu: r-raster: Update to 2.8-19.
* gnu/packages/cran.scm (r-raster): Update to 2.8-19.
[home-page]: Use HTTPS.
Signed-off-by: Ricardo Wurmus <address@hidden>
---
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 82fd465..0d5717d 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,