gnu: r-rgooglemaps: Update to 1.4.5.1.

* gnu/packages/cran.scm (r-rgooglemaps): Update to 1.4.5.1.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:40:10 +01:00
parent 0169d77858
commit af67eba5bf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1293,14 +1293,14 @@ (define-public r-mapproj
(define-public r-rgooglemaps
(package
(name "r-rgooglemaps")
(version "1.4.5")
(version "1.4.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "RgoogleMaps" version))
(sha256
(base32
"1acf0qc9597apcidjzrpvwhg9ihypr38jigc10jvqn33qbn1i9s7"))))
"1lrbl0nax7rzk460mh6rq9hydahdi3ckxk4kxx3xij29jl3lmijh"))))
(properties `((upstream-name . "RgoogleMaps")))
(build-system r-build-system)
(propagated-inputs `(("r-png" ,r-png)))