[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/158: gnu: r-sf: Update to 1.0-11.
From: |
guix-commits |
Subject: |
09/158: gnu: r-sf: Update to 1.0-11. |
Date: |
Sun, 19 Mar 2023 13:24:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2c58e06a17348a93797e10e161a8ff4c7ef999fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 17 21:26:32 2023 +0100
gnu: r-sf: Update to 1.0-11.
* gnu/packages/cran.scm (r-sf): Update to 1.0-11.
[inputs]: Remove zlib.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d139049cc9..c7dbbd7280 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20509,17 +20509,17 @@ information about geometries.")
(define-public r-sf
(package
(name "r-sf")
- (version "1.0-9")
+ (version "1.0-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
- "0fq1v2ksnllyd5yx7ch8f298aqiys4v6xacswy0h4xb418dcgh45"))))
+ "05r1isg9qjyvnbkmg1xv2bz2x7fb21yc1fp5ssci29cfddq4hy1f"))))
(build-system r-build-system)
(inputs
- (list gdal geos proj sqlite zlib))
+ (list gdal geos proj sqlite))
(propagated-inputs
(list r-classint
r-dbi
- branch master updated (f9702aa9fd -> e9c8c01e24), guix-commits, 2023/03/19
- 03/158: gnu: r-httpuv: Update to 1.6.9., guix-commits, 2023/03/19
- 04/158: gnu: readstat: Update to 1.1.9., guix-commits, 2023/03/19
- 05/158: gnu: r-haven: Update to 2.5.2., guix-commits, 2023/03/19
- 07/158: gnu: r-opencpu: Update to 2.2.9., guix-commits, 2023/03/19
- 08/158: gnu: r-ggvis: Update to 0.4.8., guix-commits, 2023/03/19
- 06/158: gnu: r-bookdown: Update to 0.33., guix-commits, 2023/03/19
- 09/158: gnu: r-sf: Update to 1.0-11.,
guix-commits <=
- 13/158: gnu: Add r-mclogit., guix-commits, 2023/03/19
- 14/158: gnu: r-shadowtext: Update indentation., guix-commits, 2023/03/19
- 02/158: gnu: Add libuv-for-r-httpuv., guix-commits, 2023/03/19
- 15/158: gnu: r-memuse: Adjust indentation., guix-commits, 2023/03/19
- 16/158: gnu: r-numbat: Update to 1.2.2., guix-commits, 2023/03/19
- 18/158: gnu: r-mutoss: Update to 0.1-13., guix-commits, 2023/03/19
- 19/158: gnu: r-afpt: Update to 1.1.0.3., guix-commits, 2023/03/19
- 01/158: gnu: r-dt: Update to 0.27., guix-commits, 2023/03/19
- 10/158: gnu: r-leaflet: Update to 2.1.2., guix-commits, 2023/03/19
- 12/158: gnu: Add r-memisc., guix-commits, 2023/03/19