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

python37Packages.folium: 0.11.0 -> 0.12.0
This commit is contained in:
Mario Rodas 2021-01-09 09:04:58 -05:00 committed by GitHub
commit fcf0d7167a
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.11.0";
version = "0.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "540789abc21872469e52c59ac3962c61259a8df557feadd6514eb23eb0a64ca7";
sha256 = "d45ace0a813ae65f202ce0356eb29c40a5e8fde071e4d6b5be0a89587ebaeab2";
};
disabled = pythonOlder "3.5";