From 847da9ff1c0da9d4f26f2433dab0b2a75a8dd5e1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 4 May 2026 12:30:53 +0000 Subject: [PATCH] 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 --- 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 b61f484b14cb..af472342b2ff 100644 --- a/pkgs/development/python-modules/fastexcel/default.nix +++ b/pkgs/development/python-modules/fastexcel/default.nix @@ -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 = [