me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sf): Update to 1.0-6.
Ricardo Wurmus 2022-03-12 23:04:29 +01:00
parent 734e44b6aa
commit 0070e1ee25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16983,14 +16983,14 @@ information about geometries.")
(define-public r-sf (define-public r-sf
(package (package
(name "r-sf") (name "r-sf")
(version "1.0-5") (version "1.0-6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sf" version)) (uri (cran-uri "sf" version))
(sha256 (sha256
(base32 (base32
"1i0s9839m9zffad2aq6zgcpz0d61g68caqh9wxaxaxx7bvx2h319")))) "1rmqip00nkfhda3i3a42q12k7xbsrz1p6fb2wynx5m9cxdgil33b"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list gdal geos proj sqlite zlib)) (list gdal geos proj sqlite zlib))