gnu: r-ggmap: Update to 2.6.2.

* gnu/packages/cran.scm (r-ggmap): Update to 2.6.2.
master
Ricardo Wurmus 2019-01-28 16:19:28 +01:00
parent 48246864b1
commit b3578189aa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -973,14 +973,14 @@ applications. That is, compute distances and related measures for angular
(define-public r-ggmap
(package
(name "r-ggmap")
(version "2.6.1")
(version "2.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggmap" version))
(sha256
(base32
"0mssb09w818jv58h7mly9y181pzv22sgcd4a079cfpq04bs0wigw"))))
"144x6ycb2c3fvy5c68ww53m6gzi6kfvas7cpbn071z08n4xgb72f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)