Skip to content

Commit e357c86

Browse files
committed
python312Packages.folium: 0.18.0 -> 0.19.2
1 parent ee90e6b commit e357c86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2828
disabled = pythonOlder "3.7";
2929

3030
src = fetchFromGitHub {
3131
owner = "python-visualization";
3232
repo = "folium";
33-
rev = "refs/tags/v${version}";
34-
hash = "sha256-TNj3javEETjWpI3xs1y/AuKHqFwnTBmWORZK2fafKqI=";
33+
tag = "v${version}";
34+
hash = "sha256-PBrrdFKEYj3yy+qV495It0HB9EVtJpjTY+oyls9Z/J0=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)