Merge pull request #190756 from matthiasbeyer/update-http-prompt

http-prompt: 1.0.0 -> 2.1.0
This commit is contained in:
Robert Scott 2022-09-11 18:59:41 +01:00 committed by GitHub
commit ee51699e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "http-prompt";
version = "1.0.0";
version = "2.1.0";
src = fetchFromGitHub {
rev = "v${version}";
repo = "http-prompt";
owner = "eliangcs";
sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
owner = "httpie";
sha256 = "sha256-e4GyuxCeXYNsnBXyjIJz1HqSrqTGan0N3wxUFS+Hvkw=";
};
propagatedBuildInputs = with python3Packages; [
@ -18,6 +18,7 @@ python3Packages.buildPythonApplication rec {
(python.pkgs.callPackage ../../../development/python-modules/prompt-toolkit/1.nix {})
pygments
six
pyyaml
];
checkPhase = ''