python312Packages.urwid-readline: 0.14 -> 0.15.1

Diff: https://github.com/rr-/urwid_readline/compare/refs/tags/0.14...0.15.1
This commit is contained in:
Robert Schütz 2024-11-25 08:32:16 -08:00
parent 0a3f291dd7
commit 5358d7efed

View File

@ -9,19 +9,19 @@
buildPythonPackage rec {
pname = "urwid-readline";
version = "0.14";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rr-";
repo = "urwid_readline";
rev = "refs/tags/${version}";
hash = "sha256-ZTg+GZnu7R6Jf2+SIwVo57yHnjwuY92DElTJs8oRErE=";
hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [ urwid ];
dependencies = [ urwid ];
pythonImportsCheck = [ "urwid_readline" ];