lol

python312Packages.fastexcel: 0.13.0 -> 0.14.0

Diff: https://github.com/ToucanToco/fastexcel/compare/refs/tags/v0.13.0...refs/tags/v0.14.0

Changelog: https://github.com/ToucanToco/fastexcel/releases/tag/v0.14.0

+3 -3
+3 -3
pkgs/development/python-modules/fastexcel/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "fastexcel"; 25 - version = "0.13.0"; 25 + version = "0.14.0"; 26 26 pyproject = true; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "ToucanToco"; 30 30 repo = "fastexcel"; 31 31 tag = "v${version}"; 32 - hash = "sha256-o2+LNpl431/l4YL5/jnviDwZ5D+WjcFRoNV5hLuvRhM="; 32 + hash = "sha256-sBpefpJm8b+6WQeO7zqihFDYPRnMZUQFSapcDkqekI0="; 33 33 }; 34 34 35 35 cargoDeps = rustPlatform.fetchCargoVendor { 36 36 inherit pname version src; 37 - hash = "sha256-VZoloGsYLAHqeqRkeZi0PZUpN/i+bWlebzL4wDZNHeo="; 37 + hash = "sha256-gwLVxW9ETzvnI0tE8EWr8pUtvsBAQ/tC4tgEso15N3M="; 38 38 }; 39 39 40 40 nativeBuildInputs = [