me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sf): Update to 1.0-9.
Ricardo Wurmus 2022-11-29 15:22:17 +01:00
parent a08fcc0112
commit 1641606ebd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18835,14 +18835,14 @@ information about geometries.")
(define-public r-sf
(package
(name "r-sf")
(version "1.0-8")
(version "1.0-9")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"0cl7m47ar3iw95rpwpmjl23frdbscxa15q39mlzmwswxwy871p1x"))))
"0fq1v2ksnllyd5yx7ch8f298aqiys4v6xacswy0h4xb418dcgh45"))))
(build-system r-build-system)
(inputs
(list gdal geos proj sqlite zlib))