guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/143: gnu: r-geosphere: Update to 1.5-18.


From: guix-commits
Subject: 18/143: gnu: r-geosphere: Update to 1.5-18.
Date: Tue, 29 Nov 2022 13:29:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit db015a013b5d54ab9796b72524774824a1ee6e78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:03 2022 +0100

    gnu: r-geosphere: Update to 1.5-18.
    
    * gnu/packages/cran.scm (r-geosphere): Update to 1.5-18.
    [propagated-inputs]: Add r-rcpp.
---
 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 b14f02fc06..0dd18b482c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4030,16 +4030,16 @@ complex non-linear objective function with a very large 
number of optima.")
 (define-public r-geosphere
   (package
     (name "r-geosphere")
-    (version "1.5-14")
+    (version "1.5-18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "geosphere" version))
        (sha256
         (base32
-         "0bg4vfmrw140j2ax0p6bflvb77w03ir39wa87l96rj473jpa9hzj"))))
+         "1h6sqvxwxv22js6hz4s8sjk50ygw0y34icbbbdb2v36ca3q6zzwr"))))
     (build-system r-build-system)
-    (propagated-inputs (list r-sp))
+    (propagated-inputs (list r-rcpp r-sp))
     (home-page "https://cran.r-project.org/web/packages/geosphere";)
     (synopsis "Spherical trigonometry")
     (description "This package computes spherical trigonometry for geographic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]