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

python311Packages.urwid: 2.6.12 -> 2.6.14
This commit is contained in:
Nick Cao 2024-06-15 09:17:22 -04:00 committed by GitHub
commit 0133385f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.12";
version = "2.6.14";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-JGX9v/x8c7ayHnxVjC7u4YLs3OvZmTzPNFUfqGCeIRQ=";
hash = "sha256-UDYIAAAKmdqtTzV8yn1zkEH0PvOUmVXodxF1ZyubgE0=";
};
postPatch = ''