python37Packages.folium: 0.7.0 -> 0.8.0 (#57407)

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-04-01 13:50:58 -07:00 committed by xeji
parent 158c560fc2
commit c34edae734
1 changed files with 2 additions and 2 deletions

View File

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