python312Packages.pyexcel-io: 0.6.7 -> 0.6.7.1 (#381124)

This commit is contained in:
Nick Cao
2025-02-11 13:39:46 -05:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyexcel-io";
version = "0.6.7";
version = "0.6.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pyexcel";
repo = "pyexcel-io";
tag = "v${version}";
hash = "sha256-fRayB+XKWpPson64lbJ0KvCK75+H2H2Kd18Jc7ocJPU=";
hash = "sha256-DBiHHiKXR26/WPJDmEZpRgjvJitFaidbV41Tvn0etLY=";
};
build-system = [ setuptools ];