python37Packages.folium: 0.9.1 -> 0.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-folium/versions
This commit is contained in:
R. RyanTM 2019-08-05 11:24:41 -07:00
parent 53328909da
commit d5c861bfee

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "folium";
version = "0.9.1";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "66901483808839ed895a685ca7bc4731379f4a627d73a83b77f0df1847b14892";
sha256 = "18fzxijsgrb95r0a8anc9ba5ijyw3nlnv3rpavfbkqa5v878x84f";
};
disabled = pythonOlder "3.5";