python3Packages.pyexcel: 0.7.3 -> 0.7.4 (#457836)

This commit is contained in:
Nick Cao
2025-11-03 22:52:14 +00:00
committed by GitHub
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pyexcel";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-V7PD+1XdCaYsu/Kunx54qhG2J8K/xgcv8tlYfAIrBtQ=";
hash = "sha256-y73GBTK7sqIv5DA+gkqqOG7PbcUU0fh9GtA6E4X+5L0=";
};
build-system = [ setuptools ];