python3Packages.urwid: 3.0.5 -> 4.0.11

Diff: https://github.com/urwid/urwid/compare/3.0.5...4.0.11

Changelog: https://github.com/urwid/urwid/releases/tag/4.0.11
This commit is contained in:
Fabian Affolter
2026-08-24 16:57:11 +02:00
parent c3e2ca860c
commit 34623b1337

View File

@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "urwid";
version = "3.0.5";
version = "4.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "urwid";
repo = "urwid";
tag = version;
hash = "sha256-9ajcpyQTSASz8A4eM78vPjL+9Rk07Q30JmIrSx0Crpo=";
hash = "sha256-wo2UkV+4SpjC9HGiEfoykWrS6dwPQLkVWnDjvqZqktE=";
};
postPatch = ''