httpie: update to version 0.4.1 to fix the build
This commit is contained in:
parent
2fe970d6f2
commit
48a2fb0aaa
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "httpie-0.3.1";
|
name = "httpie-0.4.1";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/h/httpie/httpie-0.3.1.tar.gz";
|
url = "http://pypi.python.org/packages/source/h/httpie/${name}.tar.gz";
|
||||||
sha256 = "0abjkwcirmp6qa190qgbgj5fmmkmk5aa3fdiyayl2indh6304x7a";
|
sha256 = "1qd03vd4657vdvkfhbd2wnlz4xh6hyw75m7wmfhgac5m2028y3cv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ pygments requests ];
|
propagatedBuildInputs = with pythonPackages; [ pygments requests ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user