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 @@ (define-public r-s2
(define-public r-sf
(package
(name "r-sf")
(version "1.0-7")
(version "1.0-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh"))))
"0cl7m47ar3iw95rpwpmjl23frdbscxa15q39mlzmwswxwy871p1x"))))
(build-system r-build-system)
(inputs
(list gdal geos proj sqlite zlib))