mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-sf: Update to 1.0-13.
* gnu/packages/cran.scm (r-sf): Update to 1.0-13.
This commit is contained in:
parent
25667e3b57
commit
c24273d430
1 changed files with 2 additions and 2 deletions
|
@ -21224,14 +21224,14 @@ (define-public r-s2
|
|||
(define-public r-sf
|
||||
(package
|
||||
(name "r-sf")
|
||||
(version "1.0-12")
|
||||
(version "1.0-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11qjv70wm5wmycmsnmacl3nqapadf5iq7jlpcbx1sjw2ipsyny1p"))))
|
||||
"11lcc57vqip1zj8hi09mnisl9jiqqxwx6b06jl752dayxi2109br"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gdal geos proj sqlite))
|
||||
|
|
Loading…
Reference in a new issue