Merge pull request #248214 from icyrockcom/polars-0.18.13

python3Packages.polars: 0.18.0 -> 0.18.13
This commit is contained in:
Nick Cao 2023-08-09 18:13:47 -06:00 committed by GitHub
commit c42fcf3297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 379 additions and 384 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,12 @@
}:
let
pname = "polars";
version = "0.18.0"; # Can't update to >0.18.0 until we get rust 1.71
version = "0.18.13";
rootSource = fetchFromGitHub {
owner = "pola-rs";
repo = "polars";
rev = "refs/tags/py-${version}";
hash = "sha256-uzo8KPEegaVuzrfKUmsHheQfmm9hVMgkNJMWdfqDrw8=";
hash = "sha256-kV30r2wmswpCUmMRaFsCOeRrlTN5/PU0ogaU2JIHq0E=";
};
in
buildPythonPackage {
@ -35,7 +35,9 @@ buildPythonPackage {
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"arrow2-0.17.3" = "sha256-pM6lNjMCpUzC98IABY+M23lbLj0KMXDefgBMjUPjDlg=";
"jsonpath_lib-0.3.0" = "sha256-NKszYpDGG8VxfZSMbsTlzcMGFHBOUeFojNw4P2wM3qk=";
"simd-json-0.10.0" = "sha256-0q/GhL7PG5SLgL0EETPqe8kn6dcaqtyL+kLU9LL+iQs=";
};
};
cargoRoot = "py-polars";