python312Packages.pyogrio: 0.9.0 → 0.10.0 (#345320)

This commit is contained in:
Ivan Mincik 2024-09-30 07:22:01 +00:00 committed by GitHub
commit f08e2425f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''