Merge pull request #52125 from r-ryantm/auto-update/python3.7-folium

python37Packages.folium: 0.6.0 -> 0.7.0
This commit is contained in:
Frederik Rietdijk 2018-12-19 09:28:11 +01:00 committed by GitHub
commit 3504cfea6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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