We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b2dadc + 7cc6471 commit 8a1e1f0Copy full SHA for 8a1e1f0
pkgs/development/python-modules/fastexcel/default.nix
@@ -22,19 +22,19 @@
22
23
buildPythonPackage rec {
24
pname = "fastexcel";
25
- version = "0.13.0";
+ version = "0.14.0";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "ToucanToco";
30
repo = "fastexcel";
31
tag = "v${version}";
32
- hash = "sha256-o2+LNpl431/l4YL5/jnviDwZ5D+WjcFRoNV5hLuvRhM=";
+ hash = "sha256-sBpefpJm8b+6WQeO7zqihFDYPRnMZUQFSapcDkqekI0=";
33
};
34
35
cargoDeps = rustPlatform.fetchCargoVendor {
36
inherit pname version src;
37
- hash = "sha256-VZoloGsYLAHqeqRkeZi0PZUpN/i+bWlebzL4wDZNHeo=";
+ hash = "sha256-gwLVxW9ETzvnI0tE8EWr8pUtvsBAQ/tC4tgEso15N3M=";
38
39
40
nativeBuildInputs = [
0 commit comments