summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-09 19:00:05 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-09 19:41:53 +0100
commit5174f06b0c3bf96dda4ed2b1d85c4e70fbce7ab2 (patch)
treeeef2b73a98d8c80231dfe377ded871a4e6a52cf9 /gnu/packages/geo.scm
parent492ec49890f020c1d4ad4eaf3e21e235b79e989d (diff)
downloadguix-patches-5174f06b0c3bf96dda4ed2b1d85c4e70fbce7ab2.tar
guix-patches-5174f06b0c3bf96dda4ed2b1d85c4e70fbce7ab2.tar.gz
gnu: r-rgooglemaps: Update to 1.4.3.
* gnu/packages/geo.scm (r-rgooglemaps): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4481e21ddf..fa2b259d7c 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)))