Skip to content

Commit

Permalink
pkgs(python3-rasterio): 1.3.7 -> 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jul 12, 2023
1 parent ed8c3b4 commit f90ba76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/rasterio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildPythonPackage rec {
pname = "rasterio";
version = "1.3.7";
version = "1.3.8";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "rasterio";
repo = "rasterio";
rev = "refs/tags/${version}";
hash = "sha256-6AtGRXGuAXMrePqS2lmNdOuPZi6LHuiWP2LJyxH3L3M=";
hash = "sha256-8kPzUvTZ/jRDXlYMAZkG1xdLAQuzxnvHXBzwWizMOTo=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -76,6 +76,8 @@ buildPythonPackage rec {
shapely
];

doCheck = true;

preCheck = ''
rm -r rasterio # prevent importing local rasterio
'';
Expand All @@ -92,8 +94,6 @@ buildPythonPackage rec {
"rasterio"
];

doInstallCheck = true;

meta = with lib; {
description = "Python package to read and write geospatial raster data";
homepage = "https://rasterio.readthedocs.io/";
Expand Down

0 comments on commit f90ba76

Please sign in to comment.