python310Packages.python-pptx: 0.6.22 -> 0.6.23

This commit is contained in:
R. Ryantm 2023-11-11 10:26:07 +00:00 committed by Yt
parent adf69b28be
commit 530ef262c5

@ -7,11 +7,11 @@
}:
buildPythonPackage rec {
pname = "python-pptx";
version = "0.6.22";
version = "0.6.23";
src = fetchPypi {
inherit pname version;
hash = "sha256-OPjukt3jHSS0ViVg5hsDV+XZfs91xDUq5mFtWjKXhlQ=";
hash = "sha256-WHSX/yjneasY27B09tQFKJPIXe3JXtdd8xk2TzMf7e4=";
};
# postPatch = ''