python3Packages.geoarrow-rust-core: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2026-05-20 13:12:31 +00:00
committed by Gaetan Lepage
parent 6d5b932f42
commit 4f2f5d3940
@@ -22,13 +22,13 @@
shapely,
}:
let
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "geoarrow";
repo = "geoarrow-rs";
tag = "py-v${version}";
hash = "sha256-3/HOQsgQVpEd9iAVvIHvpb0slg55/V6X6KLLvhDUVz4=";
hash = "sha256-qQGGG8aGwFR7ApLaQAE0iQSElpSBeRTtbq4+1xbTC/o=";
};
cargoDeps = rustPlatform.fetchCargoVendor {