mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: python-folium: Update to 0.10.1.
* gnu/packages/python-xyz.scm (python-folium): Update to 0.10.1.
This commit is contained in:
parent
a88970fe1a
commit
d3bc1ea9af
1 changed files with 2 additions and 2 deletions
|
@ -16534,14 +16534,14 @@ (define-public python-cached-property
|
|||
(define-public python-folium
|
||||
(package
|
||||
(name "python-folium")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "folium" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18fzxijsgrb95r0a8anc9ba5ijyw3nlnv3rpavfbkqa5v878x84f"))))
|
||||
"0gcc267wxwxr57ry86pqpbiyfvl0g48hfvgy0f2mz9s58g87kgzd"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-branca" ,python-branca)
|
||||
|
|
Loading…
Reference in a new issue