python312Packages.pyexcel: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2024-12-03 11:55:44 +00:00
parent afd9ca8bf0
commit 5eee2fa2b0
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyexcel";
version = "0.7.0";
version = "0.7.1";
format = "setuptools";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-+/Du5dk7ls728ZqfAHA/IsCmTxlyjZG5VCgAmlISlwk=";
hash = "sha256-yHWZHB3pAUBjRdE8fd5sSs/V8IsWr2xKiBpSxsPDqwY=";
};
propagatedBuildInputs = [