mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-sf: Update to 1.0-2.
* gnu/packages/cran.scm (r-sf): Update to 1.0-2.
This commit is contained in:
parent
d30f6cd6cc
commit
75318afcdf
1 changed files with 2 additions and 2 deletions
|
@ -16006,14 +16006,14 @@ (define-public r-s2
|
||||||
(define-public r-sf
|
(define-public r-sf
|
||||||
(package
|
(package
|
||||||
(name "r-sf")
|
(name "r-sf")
|
||||||
(version "1.0-1")
|
(version "1.0-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sf" version))
|
(uri (cran-uri "sf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c43l2h8i179q4zpgxdzi747i27144wfx3w028zvq13q0ab0brk9"))))
|
"0hh54krf4gjwrzxj2r3p5q7amdf8kblv8nm7hmbwmfv1rs30i1gc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdal" ,gdal)
|
`(("gdal" ,gdal)
|
||||||
|
|
Loading…
Reference in a new issue