guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-rgooglemaps: Update to 1.4.3.


From: Ricardo Wurmus
Subject: 04/08: gnu: r-rgooglemaps: Update to 1.4.3.
Date: Fri, 9 Nov 2018 14:15:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5174f06b0c3bf96dda4ed2b1d85c4e70fbce7ab2
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 19:00:05 2018 +0100

    gnu: r-rgooglemaps: Update to 1.4.3.
    
    * gnu/packages/geo.scm (r-rgooglemaps): Update to 1.4.3.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4481e21..fa2b259 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -549,14 +549,14 @@ coordinates.")
 (define-public r-rgooglemaps
   (package
    (name "r-rgooglemaps")
-   (version "1.4.2")
+   (version "1.4.3")
    (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RgoogleMaps" version))
        (sha256
         (base32
-         "112mdm53qx92n2m4ms02sbppckp44l1z19vy99j6gw3jrdprjydl"))))
+         "06ab3lg1rwm93hkshf1vxfm8mlxq5qsjan0wx43lhnrysay65js4"))))
    (properties `((upstream-name . "RgoogleMaps")))
    (build-system r-build-system)
    (propagated-inputs `(("r-png" ,r-png)))



reply via email to

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