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

* gnu/packages/cran.scm (r-sf): Update to 1.0-7.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:37 +01:00
parent 4a3b7e497b
commit 15970c6e21
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16992,14 +16992,14 @@ (define-public r-s2
(define-public r-sf
(package
(name "r-sf")
(version "1.0-6")
(version "1.0-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"1rmqip00nkfhda3i3a42q12k7xbsrz1p6fb2wynx5m9cxdgil33b"))))
"0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh"))))
(build-system r-build-system)
(inputs
(list gdal geos proj sqlite zlib))