httpie: 0.9.2 -> 0.9.3 (#16067)
This commit is contained in:
parent
719b8e6d4c
commit
d220132f22
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "httpie-0.9.2";
|
||||
name = "httpie-0.9.3";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/h/httpie/${name}.tar.gz";
|
||||
sha256 = "0s0dsj1iimn17h0xyziwk4kz4ga9s0vy9rhzixh8dna32za84fdg";
|
||||
sha256 = "0jvzxr8r6cy6ipknkw95qf8rz69nqdv5nky87h1vcp5pf8mgza1h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ pygments requests2 curses ];
|
||||
|
Loading…
Reference in New Issue
Block a user