Skip to content

Commit 5358d7e

Browse files
committed
python312Packages.urwid-readline: 0.14 -> 0.15.1
Diff: rr-/urwid_readline@refs/tags/0.14...0.15.1
1 parent 0a3f291 commit 5358d7e

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/urwid-readline

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/urwid-readline/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
buildPythonPackage rec {
1111
pname = "urwid-readline";
12-
version = "0.14";
12+
version = "0.15.1";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "rr-";
1717
repo = "urwid_readline";
1818
rev = "refs/tags/${version}";
19-
hash = "sha256-ZTg+GZnu7R6Jf2+SIwVo57yHnjwuY92DElTJs8oRErE=";
19+
hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34=";
2020
};
2121

22-
nativeBuildInputs = [ setuptools ];
22+
build-system = [ setuptools ];
2323

24-
propagatedBuildInputs = [ urwid ];
24+
dependencies = [ urwid ];
2525

2626
pythonImportsCheck = [ "urwid_readline" ];
2727

0 commit comments

Comments
 (0)