guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-rgdal: Update to 1.5-17.


From: guix-commits
Subject: branch master updated: gnu: r-rgdal: Update to 1.5-17.
Date: Mon, 12 Oct 2020 06:21:29 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 328cf4e  gnu: r-rgdal: Update to 1.5-17.
328cf4e is described below

commit 328cf4e9a90cf98eb126eec35c17c020590be422
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Oct 12 15:45:40 2020 +0530

    gnu: r-rgdal: Update to 1.5-17.
    
    * gnu/packages/cran.scm (r-rgdal): Update to 1.5-17.
---
 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 e774782..59a409f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16863,13 +16863,13 @@ effect size.")
 (define-public r-rgdal
   (package
     (name "r-rgdal")
-    (version "1.5-16")
+    (version "1.5-17")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rgdal" version))
        (sha256
-        (base32 "0rwlsafqxgqflfid4ciaa9qz3f75fgw8hilhaqj558gdxg8bzigp"))))
+        (base32 "16vk3a8azbqhv4m598i78hs9m1nlfcls6lx011v0wgiw6ksq64zw"))))
     (properties `((upstream-name . "rgdal")))
     (build-system r-build-system)
     (inputs



reply via email to

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