[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/77: gnu: r-rworldmap: Update to 1.3-8.
From: |
guix-commits |
Subject: |
68/77: gnu: r-rworldmap: Update to 1.3-8. |
Date: |
Wed, 25 Oct 2023 11:00:16 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c3afa50e90cddbd05e6695ec1bba3a14197ea17e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:42 2023 +0200
gnu: r-rworldmap: Update to 1.3-8.
* gnu/packages/cran.scm (r-rworldmap): Update to 1.3-8.
[propagated-inputs]: Remove r-maptools; add r-raster and r-terra.
Change-Id: I1477102143aece22ab083cd7193c69dd9a167c47
---
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 43e63d129c..0cc60bef24 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37670,18 +37670,18 @@ supply the workflow to create thematic maps. This
package also facilitates
(define-public r-rworldmap
(package
(name "r-rworldmap")
- (version "1.3-6")
+ (version "1.3-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "rworldmap" version))
(sha256
(base32
- "1q1h0n9qr0m5pdx10swrh9ddsvdj8kv5nqngrf3lnx9rg9iwivjk"))))
+ "007avjl7jhllybp82illrn8v38a85j6xbzk5pvykfx8ayx4wc3m6"))))
(properties `((upstream-name . "rworldmap")))
(build-system r-build-system)
(propagated-inputs
- (list r-fields r-maptools r-sp))
+ (list r-fields r-raster r-sp r-terra))
(home-page
"https://github.com/AndySouth/rworldmap/")
(synopsis "Mapping Global Data")
- 38/77: gnu: r-targets: Update to 1.3.2., (continued)
- 38/77: gnu: r-targets: Update to 1.3.2., guix-commits, 2023/10/25
- 39/77: gnu: r-quickjsr: Update to 1.0.7., guix-commits, 2023/10/25
- 43/77: gnu: r-spam: Update to 2.10-0., guix-commits, 2023/10/25
- 46/77: gnu: r-osqp: Update to 0.6.3.2., guix-commits, 2023/10/25
- 57/77: gnu: r-spatstat-model: Update to 3.2-8., guix-commits, 2023/10/25
- 59/77: gnu: r-spatstat-sparse: Update to 3.0-3., guix-commits, 2023/10/25
- 53/77: gnu: r-proxyc: Update to 0.3.4., guix-commits, 2023/10/25
- 60/77: gnu: r-spatstat-data: Update to 3.0-3., guix-commits, 2023/10/25
- 66/77: gnu: r-ragg: Update to 1.2.6., guix-commits, 2023/10/25
- 65/77: gnu: r-textshaping: Update to 0.3.7., guix-commits, 2023/10/25
- 68/77: gnu: r-rworldmap: Update to 1.3-8.,
guix-commits <=
- 73/77: gnu: r-rpart: Update to 4.1.21., guix-commits, 2023/10/25
- 28/77: gnu: r-radiant-data: Update to 1.6.2., guix-commits, 2023/10/25
- 30/77: gnu: r-factominer: Update to 2.9., guix-commits, 2023/10/25
- 33/77: gnu: r-flextable: Update to 0.9.4., guix-commits, 2023/10/25
- 34/77: gnu: r-cmplot: Update to 4.4.3., guix-commits, 2023/10/25
- 35/77: gnu: r-precrec: Update to 0.14.4., guix-commits, 2023/10/25
- 37/77: gnu: r-magick: Update to 2.8.1., guix-commits, 2023/10/25
- 40/77: gnu: r-emmeans: Update to 1.8.9., guix-commits, 2023/10/25
- 41/77: gnu: r-ggeffects: Update to 1.3.2., guix-commits, 2023/10/25
- 42/77: gnu: r-dotcall64: Update to 1.1-0., guix-commits, 2023/10/25