guix-commits
[Top][All Lists]
Advanced

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

39/125: gnu: r-raster: Update to 3.4-10.


From: guix-commits
Subject: 39/125: gnu: r-raster: Update to 3.4-10.
Date: Tue, 4 May 2021 01:33:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ef00dd7f676ff388d63463695f04a4374628974
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:08 2021 +0200

    gnu: r-raster: Update to 3.4-10.
    
    * gnu/packages/cran.scm (r-raster): Update to 3.4-10.
---
 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 656c564..1213777 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9220,14 +9220,14 @@ used to teach mathematics, statistics, computation and 
modeling.")
 (define-public r-raster
   (package
     (name "r-raster")
-    (version "3.4-5")
+    (version "3.4-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "raster" version))
        (sha256
         (base32
-         "19g4chd0nyhnz6hc2j0v9ahjcgz64vvja4y3mrj1pfis1dwhsqn6"))))
+         "1x9d364r6wsm261a0s303mfalk79d4h0lwqlvbwzg7khmz991rlr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)



reply via email to

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