python3Packages.ptpython: 3.0.29 -> 3.0.30

https://github.com/prompt-toolkit/ptpython/blob/3.0.30/CHANGELOG

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:24 +02:00
parent 51f5a81173
commit 3ca4fa5764
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ptpython";
version = "3.0.29";
version = "3.0.30";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-udYlGDrvk6Zz/DLL4cH8r1FBLnpPGVkFIc2syt8lGG4=";
hash = "sha256-UaB/m46/hDWlqusigxzKSlLocCl3GiY33ydjx509h3Y=";
};
build-system = [ setuptools ];