mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-leaflet-providers: Update to 2.0.0.
* gnu/packages/cran.scm (r-leaflet-providers): Update to 2.0.0. [propagated-inputs]: Add r-htmltools. Change-Id: I2549e6878ad15372e7a088c0d35682487c332ef2
This commit is contained in:
parent
231d30a7c5
commit
4526a8498c
1 changed files with 3 additions and 2 deletions
|
@ -10025,15 +10025,16 @@ (define-public r-ttr
|
|||
(define-public r-leaflet-providers
|
||||
(package
|
||||
(name "r-leaflet-providers")
|
||||
(version "1.13.0")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "leaflet.providers" version))
|
||||
(sha256
|
||||
(base32 "1jrfhqmr735maa0mr3ia7441vzd3q95msgicclzdpglmk4aqhhhh"))))
|
||||
(base32 "0rl69bfx2l10x80rl8cppqch3fnd05sk9w29h8589jc8h3ffmkn5"))))
|
||||
(properties `((upstream-name . "leaflet.providers")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-htmltools))
|
||||
(home-page "https://github.com/rstudio/leaflet.providers")
|
||||
(synopsis "Leaflet map tile providers")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue