mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-sf: Update to 1.0-7.
* gnu/packages/cran.scm (r-sf): Update to 1.0-7.
This commit is contained in:
parent
4a3b7e497b
commit
15970c6e21
1 changed files with 2 additions and 2 deletions
|
@ -16992,14 +16992,14 @@ (define-public r-s2
|
|||
(define-public r-sf
|
||||
(package
|
||||
(name "r-sf")
|
||||
(version "1.0-6")
|
||||
(version "1.0-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rmqip00nkfhda3i3a42q12k7xbsrz1p6fb2wynx5m9cxdgil33b"))))
|
||||
"0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gdal geos proj sqlite zlib))
|
||||
|
|
Loading…
Reference in a new issue