python3Packages.pysail: 0.6.5 -> 0.6.6
This commit is contained in:
@@ -13,19 +13,19 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pysail";
|
||||
version = "0.6.5";
|
||||
version = "0.6.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lakehq";
|
||||
repo = "sail";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pCxlGCOLxupgxCtRfUSLbA88dFIWvO16fgibLmydNBQ=";
|
||||
hash = "sha256-DpkoC7uShuReOBN5tjvcCSH1LH/e+fj3gp47idsEGEg=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) pname src version;
|
||||
hash = "sha256-V3FS28H+lGORTFYWaMNeLdz0s+Bv4bo3By5VlIOWiOc=";
|
||||
hash = "sha256-byjxrJN+Q+Rn3pq/FWXxzheZyUs+aoTvfileahqinuA=";
|
||||
};
|
||||
|
||||
# The `generate-import-lib` PyO3 feature only matters when building Windows
|
||||
|
||||
Reference in New Issue
Block a user