Skip to content

Commit

Permalink
python312Packages.urwid-readline: 0.14 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 25, 2024
1 parent 0a3f291 commit 5358d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/urwid-readline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];

Expand Down

0 comments on commit 5358d7e

Please sign in to comment.