me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sf): Update to 0.9-8.
master
Ricardo Wurmus 2021-04-08 02:25:56 +02:00
parent 24e9b0cee9
commit b5b7975fa1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15288,14 +15288,14 @@ tessellation.")
(define-public r-sf
(package
(name "r-sf")
(version "0.9-7")
(version "0.9-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
"175fmnnw11fjhfgjv9sn9b0jfjcqbybpgwsvv99d5yddigvw5jja"))))
"096gg2hbynn6mv3w8n69x987fklg5rrgd0d4nbqaw7vhg1jhlmqi"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)