File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/rtree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "rtree" ;
16- version = "1.3 .0" ;
16+ version = "1.4 .0" ;
1717 pyproject = true ;
1818
19- disabled = pythonOlder "3.8 " ;
19+ disabled = pythonOlder "3.9 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "Toblerity" ;
2323 repo = "rtree" ;
2424 tag = version ;
25- hash = "sha256-yuSPRb8SRz+FRmwFCKDx+gtp9IWaneQ84jDuZP7TX0A =" ;
25+ hash = "sha256-swFvo57EUy69OInJNQzOzhjmfEIGL0aJSvYhzcmSzSs =" ;
2626 } ;
2727
2828 postPatch = ''
@@ -47,7 +47,7 @@ buildPythonPackage rec {
4747 meta = with lib ; {
4848 description = "R-Tree spatial index for Python GIS" ;
4949 homepage = "https://github.com/Toblerity/rtree" ;
50- changelog = "https://github.com/Toblerity/rtree/blob/${ version } /CHANGES.rst" ;
50+ changelog = "https://github.com/Toblerity/rtree/blob/${ src . tag } /CHANGES.rst" ;
5151 license = licenses . mit ;
5252 maintainers = with maintainers ; teams . geospatial . members ++ [ bgamari ] ;
5353 } ;
You can’t perform that action at this time.
0 commit comments