mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python: inquirer: 2.6.3 -> 2.7.0
This commit is contained in:
parent
58ce78ac21
commit
ffd54f6802
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "inquirer";
|
pname = "inquirer";
|
||||||
version = "2.6.3";
|
version = "2.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "01lf51y3bxsxkghbdk9hr42yvihpwi2s5zpxnra3bx41r35msvjz";
|
sha256 = "e819188de0ca7985a99c282176c6f50fb08b0d33867fd1965d3f3e97d6c8f83f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-editor readchar blessings ];
|
propagatedBuildInputs = [ python-editor readchar blessings ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue