From 4f2f5d3940bbe2db020d50ae35b4e7f46930cabb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 20 May 2026 13:12:31 +0000 Subject: [PATCH] python3Packages.geoarrow-rust-core: 0.6.1 -> 0.6.2 --- pkgs/development/python-modules/geoarrow-rust/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/geoarrow-rust/default.nix b/pkgs/development/python-modules/geoarrow-rust/default.nix index 8bb08b06c22b..e1967b606158 100644 --- a/pkgs/development/python-modules/geoarrow-rust/default.nix +++ b/pkgs/development/python-modules/geoarrow-rust/default.nix @@ -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 {