http-prompt: 1.0.0 -> 2.1.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-09-11 10:39:21 +02:00
parent 18a0b41ede
commit 2a06ce2270
No known key found for this signature in database

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 = "httpie";
sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
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 = ''