me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sf): Update to 0.9-6.
master
Ricardo Wurmus 2020-09-14 19:03:02 +02:00
parent b426f79602
commit ef59d57841
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13915,14 +13915,14 @@ tessellation.")
(define-public r-sf
(package
(name "r-sf")
(version "0.9-5")
(version "0.9-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"0c58asqrvz1pkdkb0lkzwz8cwb43pmxd39z0jp217hk7p7q3ngwf"))))
"01yqlnx9v7lzb6g4ywjlncz67cnkizszarnf2dmd4fi8abhw4zs9"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)