python312Packages.ptpython: 3.0.27 -> 3.0.28

This commit is contained in:
R. Ryantm 2024-07-22 13:38:13 +00:00
parent 48b8f3cbb7
commit 13ea40f2d8

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ptpython";
version = "3.0.27";
version = "3.0.28";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JLD9qUtz0cmaJ+b9DQi+by582nmi25lcfjx7ixJUutk=";
hash = "sha256-vFBvVNuvRHykdMhRytNx5J4rdg2JGcQidAMH+tIqUIc=";
};
propagatedBuildInputs = [