python3Packages.fastexcel: 0.15.1 -> 0.16.0

Diff: https://github.com/ToucanToco/fastexcel/compare/v0.15.1...v0.16.0

Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.16.0
This commit is contained in:
Gaetan Lepage
2025-09-22 13:54:29 +00:00
parent ae41c334a4
commit 2c15f76fed
@@ -20,19 +20,19 @@
buildPythonPackage rec {
pname = "fastexcel";
version = "0.15.1";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ToucanToco";
repo = "fastexcel";
tag = "v${version}";
hash = "sha256-kGGtTgy8k6TeP4iwonIwiQKiYMFAXw9v5Q5dpdcYP7A=";
hash = "sha256-6pEE3l3qJ3Nir4oDFXdsGiX/2d1w3bqH0nrIOjBt9PM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-SdraNHOicCjIKFaTSRn4dEzfW8w243y/w9ym9JduMQo=";
hash = "sha256-ULRK7GjMEs0mN/H491XANDT7eipOdPfJyGFtPBM3SC8=";
};
nativeBuildInputs = [