gnu: r-stars: Update to 0.6-4.

* gnu/packages/cran.scm (r-stars): Update to 0.6-4.
[propagated-inputs]: Remove r-lwgeom.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:14 +02:00
parent 1b2d3cf25d
commit 6bf5162b1d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -37443,23 +37443,18 @@ (define-public r-lwgeom
(define-public r-stars (define-public r-stars
(package (package
(name "r-stars") (name "r-stars")
(version "0.6-3") (version "0.6-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "stars" version)) (uri (cran-uri "stars" version))
(sha256 (sha256
(base32 (base32
"08i5m46plkwkxwgzpy6srvn69jchp364vj3sg1isp2lj9pxhzfwc")))) "0mqd2dfa8jhxjmfphvv3rkw2lri5sz49042asj5lyln3wkylqjj2"))))
(properties `((upstream-name . "stars"))) (properties `((upstream-name . "stars")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-abind (list r-abind r-classint r-rlang r-sf r-units))
r-classint
r-lwgeom
r-rlang
r-sf
r-units))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://r-spatial.github.io/stars/") (home-page "https://r-spatial.github.io/stars/")
(synopsis (synopsis