gnu: r-rgooglemaps: Update to 1.4.5.2.

* gnu/packages/cran.scm (r-rgooglemaps): Update to 1.4.5.2.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:24:23 +01:00
parent f0eecc6be9
commit 6e27edda2c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View 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)))