guix-commits
[Top][All Lists]
Advanced

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

24/34: gnu: r-geosphere: Update to 1.5-10.


From: guix-commits
Subject: 24/34: gnu: r-geosphere: Update to 1.5-10.
Date: Tue, 28 May 2019 18:17:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f43ec9e96a560d06de980566da0761f8277c173c
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 28 23:56:15 2019 +0200

    gnu: r-geosphere: Update to 1.5-10.
    
    * gnu/packages/cran.scm (r-geosphere): Update to 1.5-10.
---
 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 35582bf..398cdd1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -985,14 +985,14 @@ coordinates.")
 (define-public r-geosphere
   (package
     (name "r-geosphere")
-    (version "1.5-7")
+    (version "1.5-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "geosphere" version))
        (sha256
         (base32
-         "186qdm5niq7v3d4w4rngx71znsgi44hnam7698bsx9ar5mg5b6wx"))))
+         "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
     (build-system r-build-system)
     (propagated-inputs `(("r-sp" ,r-sp)))
     (home-page "https://cran.r-project.org/web/packages/geosphere";)



reply via email to

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