python313Packages.urwid: 3.0.2 -> 3.0.3

Diff: https://github.com/urwid/urwid/compare/3.0.2...3.0.3

Changelog: https://github.com/urwid/urwid/releases/tag/3.0.3
This commit is contained in:
Fabian Affolter
2025-11-22 20:00:52 +01:00
parent 2f9dd3856b
commit d15a2981a9
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
tag = version;
hash = "sha256-pMGNybuJZeCzZRZr0/+N87/z+ZtLmSaWW47MWDirTjQ=";
hash = "sha256-+bvtIjSKWhu1JzyIgM60YZtrzNEaAvVqJrhq8PnkXk0=";
};
postPatch = ''