python3Packages.ptpython: 3.0.30 -> 3.0.32

This commit is contained in:
R. Ryantm
2025-11-22 15:44:41 +00:00
parent 5774a6e057
commit e77cd351d8
@@ -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 ];