File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/development/python-modules/folium Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments