gnu: r-leaflet: Update to 2.1.0.
* gnu/packages/cran.scm (r-leaflet): Update to 2.1.0.
This commit is contained in:
parent
feb6bb28b4
commit
6472ccf4db
1 changed files with 2 additions and 2 deletions
|
@ -6505,13 +6505,13 @@ information between package updates.")
|
||||||
(define-public r-leaflet
|
(define-public r-leaflet
|
||||||
(package
|
(package
|
||||||
(name "r-leaflet")
|
(name "r-leaflet")
|
||||||
(version "2.0.4.1")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "leaflet" version))
|
(uri (cran-uri "leaflet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07whi3zkz1lmbqx5ydpiya802ck22ny0s7gskwnx7r8xbwlkiw5h"))
|
(base32 "0i2ziy3zmya3i0v4ma0b1ymw4mds7di0xjirs452n20z8l31lhhs"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each
|
'(for-each
|
||||||
delete-file
|
delete-file
|
||||||
|
|
Reference in a new issue