diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 08:49:53 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:47 +0100 |
| commit | 2cf0fec6eef5c2fa217f6469d78915bf9980b44e (patch) | |
| tree | 7fb540364e68bd2923bd8b8741be865fc8df1e97 /gnu | |
| parent | 321edaca575f60f25ec8b74bafac8619b6da5175 (diff) | |
gnu: r-geos: Update to 0.2.5.
* gnu/packages/cran.scm (r-geos): Update to 0.2.5.
[properties]: Record updater-ignored-native-inputs.
[native-inputs]: Add r-terra.
Change-Id: I7702d35a26413792ce4d9104900384286a49c141
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3f5f274da1..c437bf51ee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15070,19 +15070,21 @@ Rcpp and @code{RcppArmadillo} packages.") (define-public r-geos (package (name "r-geos") - (version "0.2.4") + (version "0.2.5") (source (origin (method url-fetch) (uri (cran-uri "geos" version)) (sha256 - (base32 "03cxm9rby7qmk9apqk3sh373rnzqcrj23cn6q153gq93lx372b8n")))) + (base32 "0afzqifmk0byw8sc7b0d5acpfzs38r03d0a8g9il7gd29gzszqjd")))) (properties '((upstream-name . "geos") - (updater-extra-native-inputs . ("r-vctrs")))) + (updater-extra-native-inputs . ("r-vctrs")) + ;; Avoid dependency cycle. + (updater-ignored-native-inputs . ("r-sf")))) (build-system r-build-system) (propagated-inputs (list r-libgeos r-wk)) - (native-inputs (list r-testthat r-vctrs)) + (native-inputs (list r-terra r-testthat r-vctrs)) (home-page "https://paleolimbot.github.io/geos/") (synopsis "Open Source Geometry Engine (GEOS) R API") (description |
