gnu: r-leaflet: Update to 2.2.2.

* gnu/packages/cran.scm (r-leaflet): Update to 2.2.2.
[propagated-inputs]: Replace r-viridis with r-viridislite.

Change-Id: I35d6b714ce2e9bae97c8d56bb7f15532b786acb7
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:33:27 +01:00
parent 588d5cd7f9
commit f1ac9b4c82
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -11092,13 +11092,13 @@ information between package updates.")
(define-public r-leaflet
(package
(name "r-leaflet")
(version "2.2.1")
(version "2.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "leaflet" version))
(sha256
(base32 "1gfsf7bsmp418zv4gpk5i1xg5vvgqwpdkznnvj5x0mk4rcqk1i81"))
(base32 "1sxq38dcjhn1bkav7fxglzk8nwi5p32jia2nhijcq5j1766pp1yj"))
(snippet
'(for-each
delete-file
@ -11242,7 +11242,7 @@ information between package updates.")
r-rcolorbrewer
r-scales
r-sp
r-viridis
r-viridislite
r-xfun))
(home-page "https://rstudio.github.io/leaflet/")
(synopsis "Create interactive web maps with the JavaScript Leaflet library")