mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-ggmap: Update to 3.0.2.
* gnu/packages/cran.scm (r-ggmap): Update to 3.0.2.
This commit is contained in:
parent
441c60d2b2
commit
42c4356f9c
1 changed files with 2 additions and 2 deletions
|
@ -4692,14 +4692,14 @@ (define-public r-jpeg
|
|||
(define-public r-ggmap
|
||||
(package
|
||||
(name "r-ggmap")
|
||||
(version "3.0.1")
|
||||
(version "3.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pg38zyxv1j6mwdwdqljynqrg7zjwqpsh65xdwmvbl0zgxa4p0pw"))))
|
||||
"1bnwbk2z31xgxmvq2rawqz7dlbmc0nbhr4d4pmgimjnlbyby6pxs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bitops
|
||||
|
|
Loading…
Reference in a new issue