python3Packages.urwid: 2.6.16 -> 3.0.2

https://github.com/urwid/urwid/releases/tag/3.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:42 +02:00
parent 490df338d7
commit c9525697a5
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.16";
version = "3.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
tag = version;
hash = "sha256-D5NHtU7XQRh8OqkwrN5r8U/VGF87LGwdnaqGhdjN8AE=";
hash = "sha256-pMGNybuJZeCzZRZr0/+N87/z+ZtLmSaWW47MWDirTjQ=";
};
postPatch = ''
@@ -83,7 +83,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Full-featured console (xterm et al.) user interface library";
changelog = "https://github.com/urwid/urwid/releases/tag/${version}";
changelog = "https://github.com/urwid/urwid/releases/tag/${src.tag}";
downloadPage = "https://github.com/urwid/urwid";
homepage = "https://urwid.org/";
license = licenses.lgpl21Plus;