~ruther/guix-local

282d312b754960dfee53731c02132e4e890e165d — Ricardo Wurmus a month ago 94afee4
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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"))))