[staging-next] python3Packages.polars: 1.27.1 -> 1.31.0 (#422638)

K900 1d26f2a4 1fbb635a

Changed files
+3 -3
pkgs
development
python-modules
polars
+3 -3
pkgs/development/python-modules/polars/default.nix
···
}:
let
-
version = "1.27.1";
+
version = "1.31.0";
# Hide symbols to prevent accidental use
rust-jemalloc-sys = throw "polars: use polarsMemoryAllocator over rust-jemalloc-sys";
···
owner = "pola-rs";
repo = "polars";
tag = "py-${version}";
-
hash = "sha256-/VigBBjZglPleXB9jhWHtA+y7WixjboVbzslprZ/A98=";
+
hash = "sha256-OZ7guV/uxa3jGesAh+ubrFjQSNVp5ImfXfPAQxagTj0=";
};
# Do not type-check assertions because some of them use unstable features (`is_none_or`)
···
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
-
hash = "sha256-dbPhEMhfe8DZO1D8U+3W1goNK1TAVyLzXHwXzzRvASw=";
+
hash = "sha256-yGTXUW6IVa+nRpmnkEl20/RJ/mxTSAaokETT8QLE+Ns=";
};
requiredSystemFeatures = [ "big-parallel" ];