python3Packages.rasterio: 1.3.8 -> 1.3.9

* bump cython to version 3 due to upstream change
This commit is contained in:
Ivan Mincik 2023-11-04 21:01:14 +01:00
parent 079bc45764
commit 3491ae532b

View File

@ -8,7 +8,7 @@
, click-plugins
, cligj
, certifi
, cython
, cython_3
, fetchFromGitHub
, gdal
, hypothesis
@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "rasterio";
version = "1.3.8";
version = "1.3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -37,11 +37,11 @@ buildPythonPackage rec {
owner = "rasterio";
repo = "rasterio";
rev = "refs/tags/${version}";
hash = "sha256-8kPzUvTZ/jRDXlYMAZkG1xdLAQuzxnvHXBzwWizMOTo=";
hash = "sha256-Tp6BSU33FaszrIXQgU0Asb7IMue0C939o/atAKz+3Q4=";
};
nativeBuildInputs = [
cython
cython_3
gdal
numpy
oldest-supported-numpy