python3Packages.ptpython: 3.0.30 -> 3.0.32 (#464045)

This commit is contained in:
dotlambda
2025-12-06 22:44:01 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ptpython";
version = "3.0.30";
version = "3.0.32";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UaB/m46/hDWlqusigxzKSlLocCl3GiY33ydjx509h3Y=";
hash = "sha256-EWUXeCNt6VxYK0JzcpTlCma6SiH6AcAJDqcIFa9Hj+A=";
};
build-system = [ setuptools ];