Merge pull request #329330 from r-ryantm/auto-update/python312Packages.pudb

python312Packages.pudb: 2024.1.1 -> 2024.1.2
This commit is contained in:
OTABI Tomoya 2024-07-28 12:32:53 +09:00 committed by GitHub
commit 8ee1e50668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,9 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
jedi,
packaging,
pygments,
urwid,
urwid-readline,
@ -13,18 +15,21 @@
buildPythonPackage rec {
pname = "pudb";
version = "2024.1.1";
format = "setuptools";
version = "2024.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-/19TleNqGaZfIvUi/WAn0no2q3g95FEbQckUhKthSXU=";
hash = "sha256-rcmwAEK6g2cRffCmwNxi+pYJq9IcO/jltz1iCQfFtD4=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
jedi
packaging
pygments
urwid
urwid-readline