me
/
guix
Archived
1
0
Fork 0

gnu: r-sf: Update to 0.8-1.

* gnu/packages/cran.scm (r-sf): Update to 0.8-1.
master
Ricardo Wurmus 2020-02-19 21:16:11 +01:00
parent ffe45e0aa0
commit 886cd33460
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13138,14 +13138,14 @@ tessellation.")
(define-public r-sf
(package
(name "r-sf")
(version "0.8-0")
(version "0.8-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"05dyq0vcz2f1fl03hk3v1a4nz4s84yyqw4rc9w9cwfq71gvm9qwf"))))
"17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)