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