From a54cca3927d47f2f743d3d5d7736ba1cd1fd8b1d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 25 Feb 2025 10:56:20 +0100 Subject: [PATCH] python312Packages.fastexcel: 0.12.1 -> 0.13.0 Diff: https://github.com/ToucanToco/fastexcel/compare/refs/tags/v0.12.1...v0.13.0 Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.13.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 5d7714430c39..fab2a08df7c8 100644 --- a/pkgs/development/python-modules/fastexcel/default.nix +++ b/pkgs/development/python-modules/fastexcel/default.nix @@ -22,19 +22,19 @@ buildPythonPackage rec { pname = "fastexcel"; - version = "0.12.1"; + version = "0.13.0"; pyproject = true; src = fetchFromGitHub { owner = "ToucanToco"; repo = "fastexcel"; tag = "v${version}"; - hash = "sha256-1BcArjhdbsYZ8VIz1FJYOLKSKQXOjLUXFonIXB+TfiY="; + hash = "sha256-o2+LNpl431/l4YL5/jnviDwZ5D+WjcFRoNV5hLuvRhM="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-JGDNqRF264hNAjQ9bwJnBsQgAcqJjreEbgRZAA58JnY="; + hash = "sha256-VZoloGsYLAHqeqRkeZi0PZUpN/i+bWlebzL4wDZNHeo="; }; nativeBuildInputs = [