gnu: r-mapplots: Update to 1.5.2.

* gnu/packages/cran.scm (r-mapplots): Update to 1.5.2.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:21:03 +02:00
parent c741abe9fe
commit 0bf22801c4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24157,14 +24157,14 @@ (define-public r-preseqr
(define-public r-mapplots
(package
(name "r-mapplots")
(version "1.5.1")
(version "1.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "mapplots" version))
(sha256
(base32
"18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
"064a3jc7p4wh5x8rxmjap6kqkg19zfkq8ac820d9sm35d0fia3pd"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/mapplots/")
(synopsis "Data visualization on maps")