httpie: 0.9.2 -> 0.9.3 (#16067)

authored by zimbatm.tngl.sh and committed by obadz d220132f 719b8e6d

+2 -2
+2 -2
pkgs/tools/networking/httpie/default.nix
··· 1 1 { stdenv, fetchurl, pythonPackages }: 2 2 3 3 pythonPackages.buildPythonApplication rec { 4 - name = "httpie-0.9.2"; 4 + name = "httpie-0.9.3"; 5 5 namePrefix = ""; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://pypi/h/httpie/${name}.tar.gz"; 9 - sha256 = "0s0dsj1iimn17h0xyziwk4kz4ga9s0vy9rhzixh8dna32za84fdg"; 9 + sha256 = "0jvzxr8r6cy6ipknkw95qf8rz69nqdv5nky87h1vcp5pf8mgza1h"; 10 10 }; 11 11 12 12 propagatedBuildInputs = with pythonPackages; [ pygments requests2 curses ];