diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 14:28:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 22:14:42 +0100 |
commit | 15970c6e2148be4d20023e3d1e12976794e6efc1 (patch) | |
tree | 559a079d4ec96bdef35ae987ecb40f0a9de34454 /gnu | |
parent | 4a3b7e497b21fcc4e9fd0245f96b0b910893689b (diff) | |
download | guix-15970c6e2148be4d20023e3d1e12976794e6efc1.tar.gz |
gnu: r-sf: Update to 1.0-7.
* gnu/packages/cran.scm (r-sf): Update to 1.0-7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3b84d9ed98..136a221776 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16992,14 +16992,14 @@ information about geometries.") (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)) |