guix-commits
[Top][All Lists]
Advanced

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

73/89: gnu: r-rgdal: Update to 1.5-10.


From: guix-commits
Subject: 73/89: gnu: r-rgdal: Update to 1.5-10.
Date: Thu, 11 Jun 2020 11:04:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7262c1ff183ff1e707de0edc8a8735c916eebfc3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:12:46 2020 +0200

    gnu: r-rgdal: Update to 1.5-10.
    
    * gnu/packages/cran.scm (r-rgdal): Update to 1.5-10.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5baad5c..19fefa9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16291,13 +16291,13 @@ effect size.")
 (define-public r-rgdal
   (package
     (name "r-rgdal")
-    (version "1.4-8")
+    (version "1.5-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rgdal" version))
        (sha256
-        (base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
+        (base32 "02z7rhpizzmymiqpi90nm15bjdz0411bqlavlk0lhwxb42ilhif6"))))
     (properties `((upstream-name . "rgdal")))
     (build-system r-build-system)
     (inputs
@@ -16307,7 +16307,8 @@ effect size.")
     (propagated-inputs
      `(("r-sp" ,r-sp)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("r-knitr" ,r-knitr)))
     (home-page "http://rgdal.r-forge.r-project.org";)
     (synopsis "Bindings for the Geospatial Data Abstraction Library")
     (description



reply via email to

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