python3Packages.folium: 0.12.0 -> 0.12.1.post1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:46 -08:00
parent 14cf0ed816
commit 154169daed
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "folium";
version = "0.12.0";
version = "0.12.1.post1";
src = fetchPypi {
inherit pname version;
sha256 = "d45ace0a813ae65f202ce0356eb29c40a5e8fde071e4d6b5be0a89587ebaeab2";
sha256 = "e91e57d8298f3ccf4cce3c5e065bea6eb17033e3c5432b8a22214009c266b2ab";
};
disabled = pythonOlder "3.5";