python312Packages.pyogrio: 0.9.0 → 0.10.0

This commit is contained in:
Nikolay Korotkiy 2024-09-29 20:22:17 +04:00
parent 2d70148c4d
commit 7bb5e997fe
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -17,15 +17,15 @@
buildPythonPackage rec {
pname = "pyogrio";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "geopandas";
repo = "pyogrio";
rev = "v${version}";
hash = "sha256-HC7+dDehDwEIDQnCMYrsC1jE78AyfHqEhfOZLYSzTIw=";
hash = "sha256-AyKBktZWzUxD1HKKp89gQ97c4WPB5PkXnkFqN+RHx7c=";
};
postPatch = ''