mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-sf: Update to 1.0-8.
* gnu/packages/cran.scm (r-sf): Update to 1.0-8.
This commit is contained in:
parent
05c7e55339
commit
8776d5ba2c
1 changed files with 2 additions and 2 deletions
|
@ -17895,14 +17895,14 @@ (define-public r-s2
|
|||
(define-public r-sf
|
||||
(package
|
||||
(name "r-sf")
|
||||
(version "1.0-7")
|
||||
(version "1.0-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh"))))
|
||||
"0cl7m47ar3iw95rpwpmjl23frdbscxa15q39mlzmwswxwy871p1x"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gdal geos proj sqlite zlib))
|
||||
|
|
Loading…
Reference in a new issue