Skip to content

Commit 1fa9724

Browse files
authored
python312Packages.folium: 0.18.0 -> 0.19.2 (NixOS#365970)
2 parents 57f64aa + 97f7464 commit 1fa9724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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

28-
disabled = pythonOlder "3.7";
28+
disabled = pythonOlder "3.9";
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 = [
@@ -76,7 +76,7 @@ buildPythonPackage rec {
7676
meta = {
7777
description = "Make beautiful maps with Leaflet.js & Python";
7878
homepage = "https://github.com/python-visualization/folium";
79-
changelog = "https://github.com/python-visualization/folium/blob/v${version}/CHANGES.txt";
79+
changelog = "https://github.com/python-visualization/folium/releases/tag/${src.tag}";
8080
license = with lib.licenses; [ mit ];
8181
maintainers = lib.teams.geospatial.members;
8282
};

0 commit comments

Comments
 (0)