guix-commits
[Top][All Lists]
Advanced

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

29/51: gnu: r-terra: Update to 1.5-34.


From: guix-commits
Subject: 29/51: gnu: r-terra: Update to 1.5-34.
Date: Mon, 13 Jun 2022 09:26:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2327b15d316319df20e3c05ca2615b1cf6316fa2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:57 2022 +0200

    gnu: r-terra: Update to 1.5-34.
    
    * gnu/packages/cran.scm (r-terra): Update to 1.5-34.
---
 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 a5c6acc056..4542d4464d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20681,14 +20681,14 @@ emphasize hidden group structures in networks or 
focus on specific nodes.")
 (define-public r-terra
   (package
     (name "r-terra")
-    (version "1.5-21")
+    (version "1.5-34")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "terra" version))
        (sha256
         (base32
-         "0gzl0ka19jjw0dmaghjk2sgwi78kkz4w3rlfkym62rdarhlfj7h9"))))
+         "075azi23gi1b1jxm3s1f1hpc6in7qz4fp38shq9pflfnzbs8ib9w"))))
     (properties `((upstream-name . "terra")))
     (build-system r-build-system)
     (inputs



reply via email to

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