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

* gnu/packages/cran.scm (r-sf): Update to 1.0-5.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:23 +01:00
parent fc9f3a1fe3
commit 7a6af65660
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16220,14 +16220,14 @@ (define-public r-s2
(define-public r-sf
(package
(name "r-sf")
(version "1.0-4")
(version "1.0-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"0dxln3ikqmwczz0ri63xwj05v09hkpljw2qvma6n03nzczyg2713"))))
"1i0s9839m9zffad2aq6zgcpz0d61g68caqh9wxaxaxx7bvx2h319"))))
(build-system r-build-system)
(inputs
(list gdal geos proj sqlite zlib))