Skip to content

Commit 76f2ce1

Browse files
authored
python312Packages.rtree: 1.3.0 -> 1.4.0 (#388949)
2 parents 226e198 + bc7a331 commit 76f2ce1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage 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
};

0 commit comments

Comments
 (0)