guix-commits
[Top][All Lists]
Advanced

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

30/43: gnu: r-raster: Update to 2.9-5.


From: guix-commits
Subject: 30/43: gnu: r-raster: Update to 2.9-5.
Date: Mon, 20 May 2019 08:40:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3585740f147e116b7e2de69712a6682b58e3d907
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 19 09:24:35 2019 +0200

    gnu: r-raster: Update to 2.9-5.
    
    * gnu/packages/cran.scm (r-raster): Update to 2.9-5.
---
 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 0bdb83a..0db1e77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6733,14 +6733,14 @@ used to teach mathematics, statistics, computation and 
modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "2.8-19")
+    (version "2.9-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "1lmhf7p7is8ai7lv7zsj2rdzf83j7ccl4x7a9vwxxa824zy4bkf4"))))
+         "0ljrymsp4zzaxdj1l0mw0a6hi88m5h0h920ixfzrg0szbyxqd0yk"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)



reply via email to

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