Merge pull request #157804 from JesusMtnezForks/httpie

This commit is contained in:
Sandro 2022-02-02 11:12:09 +01:00 committed by GitHub
commit 675e857625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "httpie"; pname = "httpie";
version = "2.6.0"; version = "3.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "httpie"; owner = "httpie";
repo = "httpie"; repo = "httpie";
rev = version; rev = version;
sha256 = "1y77dg27dn6bajwp3w6qvw1ls5wfhd1j1788l3fjhxg7j4qjki4g"; sha256 = "sha256-s3IFzEUQmPBocgspVGx1nINkUamsi7tzwW37IqdBMxo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
charset-normalizer charset-normalizer
defusedxml defusedxml
multidict
pygments pygments
requests requests
requests-toolbelt requests-toolbelt