Archived
1
0
Fork 0

gnu: r-sf: Update to 1.0-8.

* gnu/packages/cran.scm (r-sf): Update to 1.0-8.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:07 +02:00
parent 05c7e55339
commit 8776d5ba2c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17895,14 +17895,14 @@ information about geometries.")
(define-public r-sf (define-public r-sf
(package (package
(name "r-sf") (name "r-sf")
(version "1.0-7") (version "1.0-8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sf" version)) (uri (cran-uri "sf" version))
(sha256 (sha256
(base32 (base32
"0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh")))) "0cl7m47ar3iw95rpwpmjl23frdbscxa15q39mlzmwswxwy871p1x"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list gdal geos proj sqlite zlib)) (list gdal geos proj sqlite zlib))