1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

httpie: 0.9.3 -> 0.9.6

This commit is contained in:
schneefux 2016-10-16 15:44:29 +02:00
parent 0f78fcec7a
commit 92487043ae
No known key found for this signature in database
GPG key ID: 50F2BF336737C2F0

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
name = "httpie-0.9.3";
name = "httpie-0.9.6";
namePrefix = "";
src = fetchurl {
url = "mirror://pypi/h/httpie/${name}.tar.gz";
sha256 = "0jvzxr8r6cy6ipknkw95qf8rz69nqdv5nky87h1vcp5pf8mgza1h";
sha256 = "1cch5y0hr9qpfn9m4nw5796c2x7v3m1ni4psjm26ajsl8pw90jx6";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests2 curses ];