python312Packages.urwid: 2.6.2 -> 2.6.8

Diff: https://github.com/urwid/urwid/compare/refs/tags/2.6.2...2.6.8
Changelog: https://github.com/urwid/urwid/releases/tag/2.6.8
This commit is contained in:
Jeremy Fleischman
2024-03-04 23:24:54 -08:00
parent e189c16f69
commit 12c2925de6
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.2";
version = "2.6.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-d9tgKjZMVdaMrxQT6sJsVb812NuFYkA1hLlo/6XgwAo=";
hash = "sha256-KtIcmAPOcxC9wTq6mKRZWcohH0skYMHlq4mehpn6raY=";
};
postPatch = ''