gnu: r-sf: Update to 0.9-3.

* gnu/packages/cran.scm (r-sf): Update to 0.9-3.
This commit is contained in:
Ricardo Wurmus 2020-05-12 16:57:06 +02:00
parent 756a42071e
commit b995fa4af3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13406,14 +13406,14 @@ (define-public r-deldir
(define-public r-sf
(package
(name "r-sf")
(version "0.9-2")
(version "0.9-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"01xplgy5nlwy3ajfch4h1ssa1xhm7q0jzscpz04dmvgqfzwhhdfh"))))
"0qh9jxj88rhkwcd95g0l57cdrz5qqjw1b9yysz1hp9cp99485hcx"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)