python3Packages.pysail: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm
2026-07-02 13:20:43 +00:00
parent 95f3d7cdbf
commit 18a4e9b8c1
@@ -13,19 +13,19 @@
buildPythonPackage (finalAttrs: {
pname = "pysail";
version = "0.6.4";
version = "0.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "lakehq";
repo = "sail";
tag = "v${finalAttrs.version}";
hash = "sha256-EX8cDed32uF7NSreViKBn7RQeWIG7C7sI6O0c+hVf4M=";
hash = "sha256-pCxlGCOLxupgxCtRfUSLbA88dFIWvO16fgibLmydNBQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname src version;
hash = "sha256-ouNXKPpwKTLfI+Gcp393r7oHZAjUFQL9225+AuFzdoo=";
hash = "sha256-V3FS28H+lGORTFYWaMNeLdz0s+Bv4bo3By5VlIOWiOc=";
};
# The `generate-import-lib` PyO3 feature only matters when building Windows