mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
python3Packages.folium: 0.12.0 -> 0.12.1.post1
This commit is contained in:
parent
14cf0ed816
commit
154169daed
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user