python37Packages.folium: 0.6.0 -> 0.7.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 2018-12-14 15:07:24 -08:00
parent e0950ae9ad
commit 35df6f5d75

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "folium";
version = "0.6.0";
version = "0.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "08681be47b1861221bc7cf17b6e368a8d734db81682d716c22a11e839f47cb79";
sha256 = "04mhdl3k644j45rlfkamxz1paf58fxrmnwgvkrvza2fcwcs4nr9n";
};
checkInputs = [ pytest nbconvert pandas mock ];