Merge pull request #331002 from r-ryantm/auto-update/python312Packages.xlsx2csv

python312Packages.xlsx2csv: 0.8.2 -> 0.8.3
This commit is contained in:
Nick Cao
2024-07-30 16:51:14 -04:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "xlsx2csv";
version = "0.8.2";
version = "0.8.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-zdJyyC+LMvHO52rq74ey7jVJZh/d+Q9+zyMQlnoW/IQ=";
hash = "sha256-bGXVmJ6NPxTdcpbUJdaTpn9RiZ0Mjh7XvL+cyxgiNzQ=";
};
nativeBuildInputs = [