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

python37Packages.folium: 0.9.1 -> 0.10.0
This commit is contained in:
Marek Mahut 2019-08-10 21:31:41 +02:00 committed by GitHub
commit 33d044b525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";