mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
fa0659e7fc
commit
35d58172f5
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue