~ruther/guix-local

e3bae84b0b2343937ef163c27877fa60c68e8536 — Ricardo Wurmus 2 months ago efdaebc
gnu: r-sfheaders: Update to 0.4.5.

* gnu/packages/cran.scm (r-sfheaders): Update to 0.4.5.
[native-inputs]: Add r-shapes.

Change-Id: Ic2f829f40515691d20902b44dc133e0e00e8b989
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 36553,17 36553,17 @@ The design types included are Audze-Eglais, MaxiMin, and uniform.")
(define-public r-sfheaders
  (package
    (name "r-sfheaders")
    (version "0.4.4")
    (version "0.4.5")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "sfheaders" version))
       (sha256
        (base32 "01xxp7lpf333djs0lifnnhk5akv8prk0r5mq0ilynyyhn5kzwpzn"))))
        (base32 "1wxx514yg4hfrs97mqagsldyb1cjcrafk3f48xrrafj8iqkwjfgr"))))
    (properties `((upstream-name . "sfheaders")))
    (build-system r-build-system)
    (propagated-inputs (list r-geometries r-rcpp))
    (native-inputs (list r-testthat))
    (native-inputs (list r-shapes r-testthat))
    (home-page "https://dcooley.github.io/sfheaders/")
    (synopsis "Converts between R objects and Simple Feature objects")
    (description