Skip to content

Commit 97f7464

Browse files
committed
python312Packages.folium: update meta.changelog
1 parent e357c86 commit 97f7464

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
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
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";
@@ -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)