python3Packages.pyexcel-io: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-06-22 23:04:53 -07:00
parent 0fdd6cabaa
commit ab4ae03bc7
@@ -18,6 +18,11 @@ buildPythonPackage rec {
hash = "sha256-DBiHHiKXR26/WPJDmEZpRgjvJitFaidbV41Tvn0etLY=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'VERSION = "0.6.7"' 'VERSION = "${version}"'
'';
build-system = [ setuptools ];
dependencies = [ lml ];