mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: r-leaflet: Update to 2.2.3.
* gnu/packages/cran.scm (r-leaflet): Update to 2.2.3. [propagated-inputs]: Add r-rlang and r-sf; move r-sp from here... [native-inputs]: ...to here; add r-r6 and r-terra. Change-Id: Ib3128bf907108457d4514a27585e044fc5da7b1f
This commit is contained in:
@@ -21700,13 +21700,13 @@ information between package updates.")
|
||||
(define-public r-leaflet
|
||||
(package
|
||||
(name "r-leaflet")
|
||||
(version "2.2.2")
|
||||
(version "2.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "leaflet" version))
|
||||
(sha256
|
||||
(base32 "1sxq38dcjhn1bkav7fxglzk8nwi5p32jia2nhijcq5j1766pp1yj"))
|
||||
(base32 "1l0slppa61hmzkqj9wmplb9ldsyvg61igsd9dlv5yx06k2by77xg"))
|
||||
(snippet
|
||||
'(for-each
|
||||
delete-file
|
||||
@@ -21840,7 +21840,10 @@ information between package updates.")
|
||||
(sha256
|
||||
(base32
|
||||
"0vyrbf6gv2lyh4c2bzp5349ivwvvg28gpn87y52a7jdb13rlkpab"))))
|
||||
("r-r6" ,r-r6)
|
||||
("r-shiny" ,r-shiny)
|
||||
("r-sp" ,r-sp)
|
||||
("r-terra" ,r-terra)
|
||||
("r-testthat" ,r-testthat)))
|
||||
(propagated-inputs
|
||||
(list r-crosstalk
|
||||
@@ -21852,8 +21855,9 @@ information between package updates.")
|
||||
r-png
|
||||
r-raster
|
||||
r-rcolorbrewer
|
||||
r-rlang
|
||||
r-scales
|
||||
r-sp
|
||||
r-sf
|
||||
r-viridislite
|
||||
r-xfun))
|
||||
(home-page "https://rstudio.github.io/leaflet/")
|
||||
|
||||
Reference in New Issue
Block a user