[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/158: gnu: r-terra: Update to 1.7-18.
From: |
guix-commits |
Subject: |
99/158: gnu: r-terra: Update to 1.7-18. |
Date: |
Sun, 19 Mar 2023 13:24:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e9f1e6450e1d6a3351bdae4577c724deef4f9d95
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:35 2023 +0100
gnu: r-terra: Update to 1.7-18.
* gnu/packages/cran.scm (r-terra): Update to 1.7-18.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d15631ccd..eef0b9e7d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24282,14 +24282,14 @@ emphasize hidden group structures in networks or
focus on specific nodes.")
(define-public r-terra
(package
(name "r-terra")
- (version "1.7-3")
+ (version "1.7-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "terra" version))
(sha256
(base32
- "0bi7d25g1ihl8gzwycxd0l47g94gx8975r1xbj6hh0dir2br7zl9"))))
+ "0ipavj170yzp88dvbka6a0y683qn78dj7chr1ym1ghncrqkmk0fn"))))
(properties `((upstream-name . "terra")))
(build-system r-build-system)
(inputs
- 132/158: gnu: r-filehash: Update to 2.4-5., (continued)
- 132/158: gnu: r-filehash: Update to 2.4-5., guix-commits, 2023/03/19
- 128/158: gnu: r-rgeos: Update to 0.6-2., guix-commits, 2023/03/19
- 127/158: gnu: r-btm: Update to 0.3.7., guix-commits, 2023/03/19
- 148/158: gnu: r-openssl: Update to 2.0.6., guix-commits, 2023/03/19
- 139/158: gnu: r-ggplot2: Update to 3.4.1., guix-commits, 2023/03/19
- 141/158: gnu: r-testthat: Update to 3.1.7., guix-commits, 2023/03/19
- 140/158: gnu: r-gdtools: Update to 0.3.2., guix-commits, 2023/03/19
- 137/158: gnu: r-mgcv: Update to 1.8-42., guix-commits, 2023/03/19
- 144/158: gnu: r-dbplyr: Update to 2.3.1., guix-commits, 2023/03/19
- 152/158: gnu: r-rsqlite: Update to 2.3.0., guix-commits, 2023/03/19
- 99/158: gnu: r-terra: Update to 1.7-18.,
guix-commits <=