Skip to content

Commit ae56f10

Browse files
committed
python312Packages.folium: 0.17.0 -> 0.18.0
1 parent 174ae77 commit ae56f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/folium/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "folium";
25-
version = "0.17.0";
25+
version = "0.18.0";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "python-visualization";
3232
repo = "folium";
3333
rev = "refs/tags/v${version}";
34-
hash = "sha256-uKT6WqT3pI3rqfV/3CA+mXBk3F7h4RWW1h2FPIy0JH4=";
34+
hash = "sha256-TNj3javEETjWpI3xs1y/AuKHqFwnTBmWORZK2fafKqI=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)