guix-commits
[Top][All Lists]
Advanced

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

12/36: gnu: r-raster: Update to 3.5-15.


From: guix-commits
Subject: 12/36: gnu: r-raster: Update to 3.5-15.
Date: Tue, 1 Feb 2022 13:36:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f35f72d39d50269d9e21cd2e96d19d5aed19348e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:31 2022 +0100

    gnu: r-raster: Update to 3.5-15.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.5-15.
---
 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 4c0031a023..01f7913d53 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10200,14 +10200,14 @@ used to teach mathematics, statistics, computation 
and modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.5-11")
+    (version "3.5-15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "18v1vflq15915dwa3caf5sp1d1kp8w6plpaqk3z6a3164lwq5i76"))))
+         "11fnznymwavpph733dayklhcx4phpjgrijfxlaszi122sg2x7ir9"))))
     (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]