gnu: r-sf: Update to 0.7-4.

* gnu/packages/cran.scm (r-sf): Update to 0.7-4.
master
Ricardo Wurmus 2019-04-27 11:37:16 +02:00
parent 1bbfca18c5
commit 071390aa09
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12229,14 +12229,14 @@ tessellation.")
(define-public r-sf
(package
(name "r-sf")
(version "0.7-3")
(version "0.7-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"1b9lbid0hmmz8m5vhg8mi2mi2rclia6qwzd1jr8s81i2l0md828d"))))
"0vnyr7xyfcl928kbrb1k8l4fkd0cjrfq486g6gxpvy5j0cc2h4i1"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)