1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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

* gnu/packages/cran.scm (r-sf): Update to 1.0-3.
This commit is contained in:
Ricardo Wurmus
2021-11-01 20:44:41 +00:00
parent c93f241368
commit 545f0c9cd1
+2 -2
View File
@@ -16596,14 +16596,14 @@ information about geometries.")
(define-public r-sf
(package
(name "r-sf")
(version "1.0-2")
(version "1.0-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"0hh54krf4gjwrzxj2r3p5q7amdf8kblv8nm7hmbwmfv1rs30i1gc"))))
"1y1im0wxqx0vqas6ggmi6p1dyp98l895jy3asxky4vq5wpjfrqrf"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)