We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea886b3 + ae56f10 commit dc6b1faCopy full SHA for dc6b1fa
pkgs/development/python-modules/folium/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "folium";
25
- version = "0.17.0";
+ version = "0.18.0";
26
pyproject = true;
27
28
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "python-visualization";
32
repo = "folium";
33
rev = "refs/tags/v${version}";
34
- hash = "sha256-uKT6WqT3pI3rqfV/3CA+mXBk3F7h4RWW1h2FPIy0JH4=";
+ hash = "sha256-TNj3javEETjWpI3xs1y/AuKHqFwnTBmWORZK2fafKqI=";
35
};
36
37
nativeBuildInputs = [
0 commit comments