[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/174: gnu: r-terra: Update to 1.7-39.
From: |
guix-commits |
Subject: |
15/174: gnu: r-terra: Update to 1.7-39. |
Date: |
Wed, 12 Jul 2023 08:30:51 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 56b8a269518463a4d5a9d223fee29d84803b541a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 14:37:29 2023 +0200
gnu: r-terra: Update to 1.7-39.
* gnu/packages/cran.scm (r-terra): Update to 1.7-39.
[inputs]: Add curl, openssh, openssl, and pcre2.
---
gnu/packages/cran.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2eafc66e6b..13a8900ccf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -102,6 +102,7 @@
#:use-module (gnu packages protobuf)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
+ #:use-module (gnu packages ssh)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages statistics)
#:use-module (gnu packages tbb)
@@ -25423,21 +25424,25 @@ emphasize hidden group structures in networks or
focus on specific nodes.")
(define-public r-terra
(package
(name "r-terra")
- (version "1.7-29")
+ (version "1.7-39")
(source
(origin
(method url-fetch)
(uri (cran-uri "terra" version))
(sha256
(base32
- "19bwakxccgyn054p7nrf820jq7nwpcjlrgj2ldk137scld9b0f9z"))))
+ "03kc2m89236qh50qfxl1101ys466ddhgjwp80x6hjpmd9fz5jf5l"))))
(properties `((upstream-name . "terra")))
(build-system r-build-system)
(inputs
- (list gdal
+ (list curl
+ gdal
geos
+ openssh
+ openssl
+ pcre2
proj
- sqlite ; needed for proj
+ sqlite
zlib))
(propagated-inputs
(list r-rcpp))
- 09/174: gnu: r-v8: Update to 4.3.2., (continued)
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/12
- 15/174: gnu: r-terra: Update to 1.7-39.,
guix-commits <=
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12
- 17/174: gnu: r-mlr3: Update to 0.16.1., guix-commits, 2023/07/12
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/12
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/12
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/12
- 20/174: gnu: r-numbat: Update to 1.3.2-1., guix-commits, 2023/07/12
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/12
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/12
- 28/174: gnu: r-readxl: Update to 1.4.3., guix-commits, 2023/07/12