1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-23 18:14:07 +02:00

gnu: r-geosphere: Update to 1.5-20.

* gnu/packages/cran.scm (r-geosphere): Update to 1.5-20.

Change-Id: I453eef40f37e930f8b4dfd6a3c29621d96f4dde1
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:37 +01:00
parent b201b9fd2e
commit efc6e15a96
+2 -2
View File
@@ -6968,14 +6968,14 @@ complex non-linear objective function with a very large number of optima.")
(define-public r-geosphere
(package
(name "r-geosphere")
(version "1.5-18")
(version "1.5-20")
(source
(origin
(method url-fetch)
(uri (cran-uri "geosphere" version))
(sha256
(base32
"1h6sqvxwxv22js6hz4s8sjk50ygw0y34icbbbdb2v36ca3q6zzwr"))))
"01cwlrbqi216a19h9721i0vj7vakrybybqkicbg9pwyv6c2hy8cq"))))
(build-system r-build-system)
(propagated-inputs (list r-rcpp r-sp))
(home-page "https://cran.r-project.org/web/packages/geosphere")