python312Packages.pyexcel: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm
2025-04-20 12:05:27 +00:00
parent f315f1ad9d
commit 9075f12fe7
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyexcel";
version = "0.7.2";
version = "0.7.3";
format = "setuptools";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-oNbreI6wboGhtDjA58AP7ggEZfM5f7z/5c7DSuvmoyo=";
hash = "sha256-V7PD+1XdCaYsu/Kunx54qhG2J8K/xgcv8tlYfAIrBtQ=";
};
propagatedBuildInputs = [