python3Packages.pyexcel: 0.7.4 -> 0.7.5 (#534340)

This commit is contained in:
Nick Cao
2026-06-23 20:14:51 +00:00
committed by GitHub
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pyexcel";
version = "0.7.4";
version = "0.7.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-y73GBTK7sqIv5DA+gkqqOG7PbcUU0fh9GtA6E4X+5L0=";
hash = "sha256-QTa9d+ziyz2u6/ofJBPCMaYtT4Lz2S8FBshNteiwQ4E=";
};
build-system = [ setuptools ];