python312Packages.pyexcel: 0.7.2 -> 0.7.3 (#400323)

This commit is contained in:
Nick Cao
2025-04-21 16:47:45 -04:00
committed by GitHub
@@ -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 = [