Merge pull request #142188 from fabaff/bump-httpie

authored by

Sandro and committed by
GitHub
ab57b395 c350adaa

+5 -2
+5 -2
pkgs/tools/networking/httpie/default.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "httpie"; 10 - version = "2.5.0"; 11 12 src = fetchFromGitHub { 13 owner = "httpie"; 14 repo = "httpie"; 15 rev = version; 16 - sha256 = "sha256-GwwZLXf9CH024gKfWsYPnr/oqQcxR/lQIToFRh59B+E="; 17 }; 18 19 nativeBuildInputs = [ ··· 22 ]; 23 24 propagatedBuildInputs = with python3Packages; [ 25 defusedxml 26 pygments 27 requests ··· 59 "test_verbose_chunked" 60 "test_multipart_chunked" 61 "test_request_body_from_file_by_path_chunked" 62 ]; 63 64 pythonImportsCheck = [ "httpie" ];
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "httpie"; 10 + version = "2.6.0"; 11 12 src = fetchFromGitHub { 13 owner = "httpie"; 14 repo = "httpie"; 15 rev = version; 16 + sha256 = "1y77dg27dn6bajwp3w6qvw1ls5wfhd1j1788l3fjhxg7j4qjki4g"; 17 }; 18 19 nativeBuildInputs = [ ··· 22 ]; 23 24 propagatedBuildInputs = with python3Packages; [ 25 + charset-normalizer 26 defusedxml 27 pygments 28 requests ··· 60 "test_verbose_chunked" 61 "test_multipart_chunked" 62 "test_request_body_from_file_by_path_chunked" 63 + # Part of doctest 64 + "httpie.encoding.detect_encoding" 65 ]; 66 67 pythonImportsCheck = [ "httpie" ];