guix-commits
[Top][All Lists]
Advanced

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

02/23: gnu: r-rgdal: Update to 1.6-7.


From: guix-commits
Subject: 02/23: gnu: r-rgdal: Update to 1.6-7.
Date: Sat, 3 Jun 2023 02:33:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f69e0f79272f788f8c78837f7c6cdfe04e0aea07
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:30:37 2023 +0200

    gnu: r-rgdal: Update to 1.6-7.
    
    * gnu/packages/cran.scm (r-rgdal): Update to 1.6-7.
    [properties]: Add hints to the updater.
---
 gnu/packages/cran.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f6b18f7d4..7840563a6b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25192,14 +25192,18 @@ effect size.")
 (define-public r-rgdal
   (package
     (name "r-rgdal")
-    (version "1.6-6")
+    (version "1.6-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rgdal" version))
        (sha256
-        (base32 "16irhw858771bc8ikshxk3ddpd7ymwgqmhnac4g7f160vymdfhnp"))))
-    (properties `((upstream-name . "rgdal")))
+        (base32 "0cxfmm7niixw3dnbqm7a00603dyqjrphajqx0q5vjpdhmpyysp2m"))))
+    (properties
+     `((upstream-name . "rgdal")
+       (updater-extra-inputs . ("gdal" "proj"))
+       ;; These are only needed for Windows
+       (updater-ignored-inputs . ("curl" "openssl" "openssh" "pcre2"))))
     (build-system r-build-system)
     (inputs
      (list gdal proj zlib))



reply via email to

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