python311Packages.urwid: 2.5.3 -> 2.6.1

Diff: https://github.com/urwid/urwid/compare/refs/tags/2.5.3...2.6.1

Changelog: https://github.com/urwid/urwid/releases/tag/2.6.1
This commit is contained in:
Fabian Affolter
2024-02-17 15:41:33 +01:00
parent d3723e4d81
commit 7cf1ab2c49
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.5.3";
version = "2.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-NtgfB/5gY9nCC2ZdV5WABxsj/2tcXTheToKpxTuKdKI=";
hash = "sha256-D/ZxN9hVVmAgHGdLGrSD2VAMSd4II8z6GzO1VDuyw9M=";
};
postPatch = ''