mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-sf: Update to 1.0-5.
* gnu/packages/cran.scm (r-sf): Update to 1.0-5.
This commit is contained in:
parent
fc9f3a1fe3
commit
7a6af65660
1 changed files with 2 additions and 2 deletions
|
@ -16220,14 +16220,14 @@ (define-public r-s2
|
|||
(define-public r-sf
|
||||
(package
|
||||
(name "r-sf")
|
||||
(version "1.0-4")
|
||||
(version "1.0-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dxln3ikqmwczz0ri63xwj05v09hkpljw2qvma6n03nzczyg2713"))))
|
||||
"1i0s9839m9zffad2aq6zgcpz0d61g68caqh9wxaxaxx7bvx2h319"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gdal geos proj sqlite zlib))
|
||||
|
|
Loading…
Reference in a new issue