Skip to content

Commit

Permalink
python3Packages.rasterio: 1.4.0 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Nov 27, 2024
1 parent 411c560 commit 07a1577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rasterio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

buildPythonPackage rec {
pname = "rasterio";
version = "1.4.0";
version = "1.4.2";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "rasterio";
repo = "rasterio";
rev = "refs/tags/${version}";
hash = "sha256-A8o8FYuhlzL6Wl6sfB7D2KRAKZl28E6K2AdUik9zmgs=";
hash = "sha256-YGSd0IG6TWnHmDiVEE3F2KNQ4dXJhkPqAJsIrWyuHos=";
};

postPatch = ''
Expand Down

0 comments on commit 07a1577

Please sign in to comment.