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:
parent
f0eecc6be9
commit
6e27edda2c
1 changed files with 2 additions and 2 deletions
|
@ -1293,14 +1293,14 @@ coordinates.")
|
||||||
(define-public r-rgooglemaps
|
(define-public r-rgooglemaps
|
||||||
(package
|
(package
|
||||||
(name "r-rgooglemaps")
|
(name "r-rgooglemaps")
|
||||||
(version "1.4.5.1")
|
(version "1.4.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RgoogleMaps" version))
|
(uri (cran-uri "RgoogleMaps" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lrbl0nax7rzk460mh6rq9hydahdi3ckxk4kxx3xij29jl3lmijh"))))
|
"1y2dinxmzx6mg6ynpk2q7f4k4rxjm66my185gafdcvpc4rl7svs7"))))
|
||||||
(properties `((upstream-name . "RgoogleMaps")))
|
(properties `((upstream-name . "RgoogleMaps")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-png" ,r-png)))
|
(propagated-inputs `(("r-png" ,r-png)))
|
||||||
|
|
Reference in a new issue