python3Packages.pyogrio: 0.9.0 -> 0.10.0

https://github.com/geopandas/pyogrio/blob/refs/tags/v0.10.0/CHANGES.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:05 +02:00
parent af676b77f1
commit fc1da5bd8a
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "geopandas";
repo = "pyogrio";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-AyKBktZWzUxD1HKKp89gQ97c4WPB5PkXnkFqN+RHx7c=";
};