gnu: r-rgooglemaps: Update to 1.4.5.2.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:24:23 +0000 (16:24 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:33:27 +0000 (16:33 +0100)
* gnu/packages/cran.scm (r-rgooglemaps): Update to 1.4.5.2.

gnu/packages/cran.scm

index 51211f3..3e22832 100644 (file)
@@ -1293,14 +1293,14 @@ coordinates.")
 (define-public r-rgooglemaps
   (package
     (name "r-rgooglemaps")
-    (version "1.4.5.1")
+    (version "1.4.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RgoogleMaps" version))
        (sha256
         (base32
-         "1lrbl0nax7rzk460mh6rq9hydahdi3ckxk4kxx3xij29jl3lmijh"))))
+         "1y2dinxmzx6mg6ynpk2q7f4k4rxjm66my185gafdcvpc4rl7svs7"))))
     (properties `((upstream-name . "RgoogleMaps")))
     (build-system r-build-system)
     (propagated-inputs `(("r-png" ,r-png)))