Merge pull request #265513 from imincik/rasterio-1.3.9

python3Packages.rasterio: 1.3.8 -> 1.3.9
This commit is contained in:
OTABI Tomoya 2023-11-05 11:06:44 +09:00 committed by GitHub
commit 8bbc8a6c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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