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
(package
(name "r-stars")
(version "0.6-3")
(version "0.6-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "stars" version))
(sha256
(base32
"08i5m46plkwkxwgzpy6srvn69jchp364vj3sg1isp2lj9pxhzfwc"))))
"0mqd2dfa8jhxjmfphvv3rkw2lri5sz49042asj5lyln3wkylqjj2"))))
(properties `((upstream-name . "stars")))
(build-system r-build-system)
(propagated-inputs
(list r-abind
r-classint
r-lwgeom
r-rlang
r-sf
r-units))
(list r-abind r-classint r-rlang r-sf r-units))
(native-inputs (list r-knitr))
(home-page "https://r-spatial.github.io/stars/")
(synopsis