python312Packages.urwid: 2.6.1 -> 2.6.2

Diff: https://github.com/urwid/urwid/compare/refs/tags/2.6.1...2.6.2

Changelog: https://github.com/urwid/urwid/releases/tag/2.6.2
This commit is contained in:
Fabian Affolter
2024-02-20 20:14:03 +01:00
parent e4af98e127
commit 6f05b54d7b
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.1";
version = "2.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-D/ZxN9hVVmAgHGdLGrSD2VAMSd4II8z6GzO1VDuyw9M=";
hash = "sha256-d9tgKjZMVdaMrxQT6sJsVb812NuFYkA1hLlo/6XgwAo=";
};
postPatch = ''