diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:26 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:02 +0100 |
| commit | 282d312b754960dfee53731c02132e4e890e165d (patch) | |
| tree | 163da91453cacfeb73838e828c9cf609ee444559 /gnu | |
| parent | 94afee41fcfb75a144d6aa104d0e12284c5c7152 (diff) | |
gnu: r-sf: Update to 1.0-24.
* gnu/packages/cran.scm (r-sf): Update to 1.0-24.
Change-Id: Ia565907217539b935152f292ccb5e64900c87edf
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8c1f744e6d..16e25b7754 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36608,14 +36608,14 @@ information about geometries.") (define-public r-sf (package (name "r-sf") - (version "1.0-23") + (version "1.0-24") (source (origin (method url-fetch) (uri (cran-uri "sf" version)) (sha256 (base32 - "1sywppirwnwajnw61pgwkndgcqpqbxdgls8jlfw4idlldsnsni2a")))) + "1zjs0pypmyx12wnfdca6drfczbfsyh3qr935lh286fgq36m29bsf")))) (properties ;; We don't have this package '((updater-ignored-native-inputs . ("r-geom")))) |
