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:
Nicolas Goaziou 2019-12-30 21:40:14 +01:00
parent a88970fe1a
commit d3bc1ea9af
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)