Merge pull request #335019 from r-ryantm/auto-update/xlsxgrep

xlsxgrep: 0.0.23 -> 0.0.29
This commit is contained in:
Donovan Glover 2024-08-18 03:15:46 +00:00 committed by GitHub
commit 86e6400bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "xlsxgrep";
version = "0.0.23";
version = "0.0.29";
src = fetchPypi {
inherit pname version;
sha256 = "014i1nifx67mxi0k9sch00j6bjykb6krzl2q3ara9s1g75inl4rm";
sha256 = "sha256-vgHNu7MVDjULoBiTkk74W8ZLJ02eds60XshTX3iLJGI=";
};
pythonPath = with python3Packages; [ xlrd ];