Merge pull request #190756 from matthiasbeyer/update-http-prompt
http-prompt: 1.0.0 -> 2.1.0
This commit is contained in:
commit
ee51699e2d
1 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "http-prompt";
|
pname = "http-prompt";
|
||||||
version = "1.0.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "http-prompt";
|
repo = "http-prompt";
|
||||||
owner = "eliangcs";
|
owner = "httpie";
|
||||||
sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
|
sha256 = "sha256-e4GyuxCeXYNsnBXyjIJz1HqSrqTGan0N3wxUFS+Hvkw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
@ -18,6 +18,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
(python.pkgs.callPackage ../../../development/python-modules/prompt-toolkit/1.nix {})
|
(python.pkgs.callPackage ../../../development/python-modules/prompt-toolkit/1.nix {})
|
||||||
pygments
|
pygments
|
||||||
six
|
six
|
||||||
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue