Merge pull request #306318 from r-ryantm/auto-update/python311Packages.urwid

python311Packages.urwid: 2.6.10 -> 2.6.11
This commit is contained in:
Nick Cao 2024-04-25 09:19:36 -04:00 committed by GitHub
commit c5ebd9385b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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