python3Packages.urwid-readline: fix version metadata (#487527)

This commit is contained in:
dotlambda
2026-02-07 01:54:27 +00:00
committed by GitHub
@@ -19,6 +19,11 @@ buildPythonPackage rec {
hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'version="0.15"' 'version="${version}"'
'';
build-system = [ setuptools ];
dependencies = [ urwid ];