python3Packages.fastexcel: 0.20.1 -> 0.20.2

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

Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.20.2
This commit is contained in:
Gaetan Lepage
2026-05-04 12:30:53 +00:00
parent 6cdcd98c9b
commit 847da9ff1c
@@ -20,7 +20,7 @@
buildPythonPackage (finalAttrs: {
pname = "fastexcel";
version = "0.20.1";
version = "0.20.2";
pyproject = true;
__structuredAttrs = true;
@@ -28,12 +28,12 @@ buildPythonPackage (finalAttrs: {
owner = "ToucanToco";
repo = "fastexcel";
tag = "v${finalAttrs.version}";
hash = "sha256-YL8EkV6IuqAMxooOMbqCrTfDM4uhH9A+v7UFw1f/iek=";
hash = "sha256-lceUFw9+FsEoCWSNieCYGJW+pCqCpfthEAFCfXKdpj0=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-TK/5eES+RlSDFIbhVjzbPgdrDRRKZlCiuqtLRm8R/go=";
hash = "sha256-04jqysfab+mEir1f2kc15DCdueu1h+HS4FOIol4sBZY=";
};
nativeBuildInputs = [