Skip to content

Commit 8a1e1f0

Browse files
authored
python312Packages.fastexcel: 0.13.0 -> 0.14.0 (#403021)
2 parents 2b2dadc + 7cc6471 commit 8a1e1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/fastexcel/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222

2323
buildPythonPackage rec {
2424
pname = "fastexcel";
25-
version = "0.13.0";
25+
version = "0.14.0";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "ToucanToco";
3030
repo = "fastexcel";
3131
tag = "v${version}";
32-
hash = "sha256-o2+LNpl431/l4YL5/jnviDwZ5D+WjcFRoNV5hLuvRhM=";
32+
hash = "sha256-sBpefpJm8b+6WQeO7zqihFDYPRnMZUQFSapcDkqekI0=";
3333
};
3434

3535
cargoDeps = rustPlatform.fetchCargoVendor {
3636
inherit pname version src;
37-
hash = "sha256-VZoloGsYLAHqeqRkeZi0PZUpN/i+bWlebzL4wDZNHeo=";
37+
hash = "sha256-gwLVxW9ETzvnI0tE8EWr8pUtvsBAQ/tC4tgEso15N3M=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)