Merge pull request #75348 from r-ryantm/auto-update/python3.8-folium

python38Packages.folium: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2019-12-09 07:01:36 -05:00 committed by GitHub
commit fbdb23ea10
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.10.0";
version = "0.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "18fzxijsgrb95r0a8anc9ba5ijyw3nlnv3rpavfbkqa5v878x84f";
sha256 = "0gcc267wxwxr57ry86pqpbiyfvl0g48hfvgy0f2mz9s58g87kgzd";
};
disabled = pythonOlder "3.5";