guix-commits
[Top][All Lists]
Advanced

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

43/295: gnu: r-raster: Update to 3.3-7.


From: guix-commits
Subject: 43/295: gnu: r-raster: Update to 3.3-7.
Date: Mon, 27 Jul 2020 06:25:14 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 6c8b60acc98a3d9946cbb383ad9fea2bee758296
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:22 2020 +0200

    gnu: r-raster: Update to 3.3-7.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.3-7.
---
 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 07ce5a8..94adbca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7758,14 +7758,14 @@ used to teach mathematics, statistics, computation and 
modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.1-5")
+    (version "3.3-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "010sq00ijpmwac280ip9rryw0pxk0al8g675v2lc9rdrbgaj4rnv"))))
+         "144mva2dx7ffkq7z0fixr4z76ci1s4lizlyv5r7v07fd4nzg5hby"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)



reply via email to

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