gnu: r-maps: Update to 3.3.0.

* gnu/packages/geo.scm (r-maps): Update to 3.3.0.
master
Ricardo Wurmus 2018-04-21 08:34:06 +02:00
parent 8cf7b28ffe
commit 5895f238d7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -499,14 +499,14 @@ development.")
(define-public r-maps
(package
(name "r-maps")
(version "3.2.0")
(version "3.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "maps" version))
(sha256
(base32
"0577f3b5d3a7djl7r0miy9mzr6xq6jb32p8nyrma7m2azasbwyj3"))))
"05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/maps")
(synopsis "Draw geographical maps")