me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sf): Update to 1.0-7.
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
1 changed files with 2 additions and 2 deletions

View File

@ -16992,14 +16992,14 @@ information about geometries.")
(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))