python312Packages.urwid: 2.6.14 -> 2.6.15

Diff: https://github.com/urwid/urwid/compare/refs/tags/2.6.14...2.6.15

Changelog: https://github.com/urwid/urwid/releases/tag/2.6.15
This commit is contained in:
Fabian Affolter 2024-07-06 11:39:29 +02:00
parent 5b59698840
commit 59059ee92f

View File

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