Archived
1
0
Fork 0

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.
This commit is contained in:
Ricardo Wurmus 2023-06-03 08:30:37 +02:00
parent 51f2fe6542
commit f69e0f7927
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))