From 227d1be9436566a7fef166dfdd4bd9bd1e31b999 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 24 Nov 2025 11:16:45 +0000 Subject: [PATCH] python3Packages.fastexcel: 0.17.2 -> 0.18.0 Diff: https://github.com/ToucanToco/fastexcel/compare/v0.17.2...v0.18.0 Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.18.0 --- pkgs/development/python-modules/fastexcel/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/fastexcel/default.nix b/pkgs/development/python-modules/fastexcel/default.nix index 59b409e7462a..a635ebf77545 100644 --- a/pkgs/development/python-modules/fastexcel/default.nix +++ b/pkgs/development/python-modules/fastexcel/default.nix @@ -20,19 +20,19 @@ buildPythonPackage rec { pname = "fastexcel"; - version = "0.17.2"; + version = "0.18.0"; pyproject = true; src = fetchFromGitHub { owner = "ToucanToco"; repo = "fastexcel"; tag = "v${version}"; - hash = "sha256-MwwcxCnBDN5bK+Yv4LTdGCEFA/QbFE3tI9nN3dx1rrY="; + hash = "sha256-d55KHkY6kMuEcX1ApHZZbwnyjEObfPpMrxR+cQshi24="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-X8qBIFCFq+7t5EtskVej+RcX1Egl2iGo4Ntqe3JsQvU="; + hash = "sha256-ja8hYSq2BiajV/ZlN8EJEFypKzbv80w8iKij3yZst3M="; }; nativeBuildInputs = [