guix-commits
[Top][All Lists]
Advanced

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

62/105: gnu: r-raster: Update to 3.0-12.


From: guix-commits
Subject: 62/105: gnu: r-raster: Update to 3.0-12.
Date: Wed, 19 Feb 2020 15:48:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 59987505c031cb868147190ccbccd428c0573f7c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:10:20 2020 +0100

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



reply via email to

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