mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-sf: Update to 0.8-1.
* gnu/packages/cran.scm (r-sf): Update to 0.8-1.
This commit is contained in:
parent
ffe45e0aa0
commit
886cd33460
1 changed files with 2 additions and 2 deletions
|
@ -13138,14 +13138,14 @@ (define-public r-deldir
|
|||
(define-public r-sf
|
||||
(package
|
||||
(name "r-sf")
|
||||
(version "0.8-0")
|
||||
(version "0.8-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05dyq0vcz2f1fl03hk3v1a4nz4s84yyqw4rc9w9cwfq71gvm9qwf"))))
|
||||
"17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("gdal" ,gdal)
|
||||
|
|
Loading…
Reference in a new issue