python310Packages.xlsx2csv: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2023-01-12 15:37:00 +00:00
parent 506d6390a3
commit f5f2b39cdb

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "xlsx2csv";
version = "0.8.0";
version = "0.8.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LCaOUJt3ZspKJPLzYwLpGHBcXq0vzeP0vV8cphUvfiw=";
sha256 = "sha256-fs1tK8JCby5DL0/awSIR4ZdtPLtl+QM+Htpl7dogReM=";
};
nativeBuildInputs = [