gnu: r-ggmap: Update to 4.0.0.

* gnu/packages/cran.scm (r-ggmap): Update to 4.0.0.
[propagated-inputs]: Remove r-rgooglemaps.

Change-Id: I5ff9480ef268cadca62434f29b102ef977be36ab
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:44 +01:00
parent fa0659e7fc
commit 35d58172f5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5685,14 +5685,14 @@ (define-public r-jpeg
(define-public r-ggmap
(package
(name "r-ggmap")
(version "3.0.2")
(version "4.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggmap" version))
(sha256
(base32
"1bnwbk2z31xgxmvq2rawqz7dlbmc0nbhr4d4pmgimjnlbyby6pxs"))))
"1x9lqx0mizqiyxzgg8pgkbi8qmbn2a0zsq5r5riknvh6ghskkrhd"))))
(build-system r-build-system)
(propagated-inputs
(list r-bitops
@ -5707,7 +5707,6 @@ (define-public r-ggmap
r-plyr
r-png
r-purrr
r-rgooglemaps
r-rlang
r-scales
r-stringr