We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d66e8f8 + 5358d7e commit 6966158Copy full SHA for 6966158
pkgs/development/python-modules/urwid-readline/default.nix
@@ -9,19 +9,19 @@
9
10
buildPythonPackage rec {
11
pname = "urwid-readline";
12
- version = "0.14";
+ version = "0.15.1";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "rr-";
17
repo = "urwid_readline";
18
rev = "refs/tags/${version}";
19
- hash = "sha256-ZTg+GZnu7R6Jf2+SIwVo57yHnjwuY92DElTJs8oRErE=";
+ hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34=";
20
};
21
22
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
23
24
- propagatedBuildInputs = [ urwid ];
+ dependencies = [ urwid ];
25
26
pythonImportsCheck = [ "urwid_readline" ];
27
0 commit comments