guix-commits
[Top][All Lists]
Advanced

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

10/34: gnu: r-raster: Update to 3.0-7.


From: guix-commits
Subject: 10/34: gnu: r-raster: Update to 3.0-7.
Date: Sat, 28 Sep 2019 06:33:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e7c8c68532d15d5c52c5b7a8b56d3fcb4db80b62
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 28 12:21:38 2019 +0200

    gnu: r-raster: Update to 3.0-7.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.0-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 2ea2988..f2005a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7025,14 +7025,14 @@ used to teach mathematics, statistics, computation and 
modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.0-2")
+    (version "3.0-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "0z4qh3ag1iyly4zjvzi3x2namkndkqn3cjb3ac22xd11sq5gdgiz"))))
+         "0faxv71hlxkblvbi3ps1vfzm3wwi0brwzmpsr5114bddcqyiqkvn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)



reply via email to

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