guix-commits
[Top][All Lists]
Advanced

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

34/124: gnu: r-raster: Update to 3.5-2.


From: guix-commits
Subject: 34/124: gnu: r-raster: Update to 3.5-2.
Date: Mon, 1 Nov 2021 17:28:58 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 17a6f631ca106862830ee321b8f43beb30011955
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:22 2021 +0000

    gnu: r-raster: Update to 3.5-2.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.5-2.
    [propagated-inputs]: Add r-terra.
---
 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 c47409d..1c7a2f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10120,18 +10120,19 @@ used to teach mathematics, statistics, computation 
and modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.4-13")
+    (version "3.5-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "120k4bkgwddrx8ijgdhsgjz8g8dxcwp9bx3kfzrhw00q1b289hir"))))
+         "0wixw1ixnmcmkwczpj8m90c76727zira2rl4ighashggydkm2mlr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)
-       ("r-sp" ,r-sp)))
+       ("r-sp" ,r-sp)
+       ("r-terra" ,r-terra)))
     (home-page "https://www.rspatial.org/";)
     (synopsis "Geographic data analysis and modeling")
     (description



reply via email to

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