Merge pull request #315317 from r-ryantm/auto-update/python311Packages.ptpython

python311Packages.ptpython: 3.0.26 -> 3.0.27
This commit is contained in:
Nick Cao 2024-05-28 15:27:54 -04:00 committed by GitHub
commit c2b7c72c6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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