python3Packages.pyexcel-xls: 0.7.0 -> 0.7.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:30 +02:00
parent f53473542e
commit 8c55dcd5f3
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyexcel-xls";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pyexcel";
repo = "pyexcel-xls";
rev = "v${version}";
hash = "sha256-wxsx/LfeBxi+NnHxfxk3svzsBcdwOiLQ1660eoHfmLg=";
tag = "v${version}";
hash = "sha256-+iwdMSGUsUbWFO4s4+3Zf+47J9bzFffWthZoeThT8f0=";
};
patches = [