python3Packages.fastexcel: 0.19.0 -> 0.20.1

Diff: https://github.com/ToucanToco/fastexcel/compare/v0.19.0...v0.20.1

Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.20.1
This commit is contained in:
Gaetan Lepage
2026-04-24 12:16:32 +00:00
parent e9276bcd82
commit 5f6006d0bb
@@ -20,19 +20,20 @@
buildPythonPackage (finalAttrs: {
pname = "fastexcel";
version = "0.19.0";
version = "0.20.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "ToucanToco";
repo = "fastexcel";
tag = "v${finalAttrs.version}";
hash = "sha256-BMFZOduKN6D3y9aRkt9VAG2T9oNFBUcnmux1qTKgY5c=";
hash = "sha256-YL8EkV6IuqAMxooOMbqCrTfDM4uhH9A+v7UFw1f/iek=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-aTYwXJN2hncZsEAGSlQzK5cX4uWpNoS0wpsXL0I6pZo=";
hash = "sha256-TK/5eES+RlSDFIbhVjzbPgdrDRRKZlCiuqtLRm8R/go=";
};
nativeBuildInputs = [
@@ -42,10 +43,6 @@ buildPythonPackage (finalAttrs: {
rustc
];
maturinBuildFlags = [
"--features __maturin"
];
optional-dependencies = {
pyarrow = [
pyarrow