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:
parent
51f2fe6542
commit
f69e0f7927
1 changed files with 7 additions and 3 deletions
|
@ -25192,14 +25192,18 @@ effect size.")
|
||||||
(define-public r-rgdal
|
(define-public r-rgdal
|
||||||
(package
|
(package
|
||||||
(name "r-rgdal")
|
(name "r-rgdal")
|
||||||
(version "1.6-6")
|
(version "1.6-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rgdal" version))
|
(uri (cran-uri "rgdal" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16irhw858771bc8ikshxk3ddpd7ymwgqmhnac4g7f160vymdfhnp"))))
|
(base32 "0cxfmm7niixw3dnbqm7a00603dyqjrphajqx0q5vjpdhmpyysp2m"))))
|
||||||
(properties `((upstream-name . "rgdal")))
|
(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)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gdal proj zlib))
|
(list gdal proj zlib))
|
||||||
|
|
Reference in a new issue