Revert "python3Packages.rasterio: 1.3.9 -> 4"

`rasterio` version 4 doesn't exist. Package is failing to build with
this change.
This commit is contained in:
Ivan Mincik 2024-01-18 11:19:46 +01:00
parent e4a70f57ad
commit 237c9bd6bb

View file

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "rasterio";
version = "4";
version = "1.3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -38,8 +38,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rasterio";
repo = "rasterio";
rev = "refs/tags/release-test-${version}";
hash = "sha256-YO0FnmIEt+88f6k2mdXDSQg7UKq1Swr8wqVUGdRyQR4=";
rev = "refs/tags/${version}";
hash = "sha256-Tp6BSU33FaszrIXQgU0Asb7IMue0C939o/atAKz+3Q4=";
};
patches = [