gnu: r-lwgeom: Update to 0.2-6.
* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-6. [inputs]: Add zlib.
This commit is contained in:
parent
5a2602032f
commit
0ec1b08a52
1 changed files with 18 additions and 16 deletions
|
@ -28016,26 +28016,28 @@ and formatted text files with additional meta-data, such including @code{.csv},
|
||||||
(define-public r-lwgeom
|
(define-public r-lwgeom
|
||||||
(package
|
(package
|
||||||
(name "r-lwgeom")
|
(name "r-lwgeom")
|
||||||
(version "0.2-5")
|
(version "0.2-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lwgeom" version))
|
(uri (cran-uri "lwgeom" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0byhjqa2acns8mznl1ngnfygxxxyszvnq66qfg0smhhhdkwr67aa"))))
|
"1733iwinn426bcmgjxp4j0scvbz35rvqkanmw7g7f47l6j7w14vn"))))
|
||||||
(properties `((upstream-name . "lwgeom")))
|
(properties `((upstream-name . "lwgeom")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("geos" ,geos) ("proj" ,proj) ("sqlite" ,sqlite)))
|
(inputs
|
||||||
|
`(("geos" ,geos)
|
||||||
|
("proj" ,proj)
|
||||||
|
("sqlite" ,sqlite)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
("r-sf" ,r-sf)
|
("r-sf" ,r-sf)
|
||||||
("r-units" ,r-units)))
|
("r-units" ,r-units)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(home-page
|
(home-page "https://github.com/r-spatial/lwgeom/")
|
||||||
"https://github.com/r-spatial/lwgeom/")
|
(synopsis "Bindings to Selected 'liblwgeom' Functions for Simple Features")
|
||||||
(synopsis
|
|
||||||
"Bindings to Selected 'liblwgeom' Functions for Simple Features")
|
|
||||||
(description
|
(description
|
||||||
"Access to selected functions found in
|
"Access to selected functions found in
|
||||||
@url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
|
@url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
|
||||||
|
|
Reference in a new issue