guix-commits
[Top][All Lists]
Advanced

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

36/77: gnu: r-raster: Update to 3.6-26.


From: guix-commits
Subject: 36/77: gnu: r-raster: Update to 3.6-26.
Date: Wed, 25 Oct 2023 10:59:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 93903312d3223d5265ed1016382683652e2cad31
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:37 2023 +0200

    gnu: r-raster: Update to 3.6-26.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.6-26.
    
    Change-Id: Ia1d93ff7c80cc43012305eba10abcfab9f368bcf
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fa123e8940..bbabb5f4fd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14780,14 +14780,14 @@ used to teach mathematics, statistics, computation 
and modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.6-23")
+    (version "3.6-26")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "0ng18sfw9kmhi48j8b5bzgh2ylvf5wi2zidn66k4vqaxl5s6hidz"))))
+         "14jmpm6rlhya192ckyjlwhais6fgc16gb600wycsdba6b8i7fmy6"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-rcpp r-sp r-terra))



reply via email to

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