guix-commits
[Top][All Lists]
Advanced

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

103/135: gnu: r-dismo: Update to 1.3-5.


From: guix-commits
Subject: 103/135: gnu: r-dismo: Update to 1.3-5.
Date: Wed, 3 Nov 2021 18:00:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ccc23f0e59dc54092c7a1e17a9fcd8f858dffd43
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:51 2021 +0000

    gnu: r-dismo: Update to 1.3-5.
    
    * gnu/packages/cran.scm (r-dismo): Update to 1.3-5.
    [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 a44cac1..25f76a2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31234,20 +31234,21 @@ to archive and assign DOIs to data, software, 
figures, and more.")
 (define-public r-dismo
   (package
     (name "r-dismo")
-    (version "1.3-3")
+    (version "1.3-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "dismo" version))
        (sha256
         (base32
-         "1jj9d78f251bxgrwbv1ycn677qnhvl40bfan12x8fhlaq4d36rgx"))))
+         "1rqf6h4imbqvs7hjd1k4my6154wg0qnmnp5byan403rcshr1jbl1"))))
     (properties `((upstream-name . "dismo")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-raster" ,r-raster)
        ("r-rcpp" ,r-rcpp)
-       ("r-sp" ,r-sp)))
+       ("r-sp" ,r-sp)
+       ("r-terra" ,r-terra)))
     (home-page "https://rspatial.org/raster/sdm/";)
     (synopsis "Species distribution modeling")
     (description



reply via email to

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