python311Packages.urwid: 2.4.3 -> 2.5.3

Changelog: https://github.com/urwid/urwid/releases/tag/2.5.3
This commit is contained in:
Fabian Affolter
2024-02-15 10:30:35 +01:00
parent 9e2ece5681
commit 7dc30306f4
@@ -13,11 +13,13 @@
, tornado
, trio
, twisted
, typing-extensions
, wcwidth
}:
buildPythonPackage rec {
pname = "urwid";
version = "2.4.3";
version = "2.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-raDsUZaXBC4s/48KNH8Thrpm8Bq8wj9+Rahk+LkxcDo=";
hash = "sha256-NtgfB/5gY9nCC2ZdV5WABxsj/2tcXTheToKpxTuKdKI=";
};
postPatch = ''
@@ -38,6 +40,11 @@ buildPythonPackage rec {
setuptools-scm
];
propagatedBuildInputs = [
typing-extensions
wcwidth
];
passthru.optional-dependencies = {
glib = [
pygobject3