python311Packages.urwid: 2.6.10 -> 2.6.11

This commit is contained in:
R. Ryantm 2024-04-23 16:02:05 +00:00
parent 52053cb756
commit 41352d89e6
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.10";
version = "2.6.11";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-myweD5+FHhDpPvS+3sB9vfhsOfPVagtfVF5EY9uIGRo=";
hash = "sha256-EArHHsHqr1z+UhdsUCc4IPZa33sSCaR1sDSr7eCGSOM=";
};
postPatch = ''