Merge pull request #52306 from r-ryantm/auto-update/httpie

httpie: 1.0.0 -> 1.0.2
This commit is contained in:
Maximilian Bosch 2018-12-16 20:51:56 +01:00 committed by GitHub
commit 57d9c3d296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
name = "httpie-1.0.0";
name = "httpie-1.0.2";
src = fetchurl {
url = "mirror://pypi/h/httpie/${name}.tar.gz";
sha256 = "09cs2n76318i34vms9pdnbds53pnp1m11gwn444j49na5qnk8l0n";
sha256 = "1ax22jh5lpjywpj7lsl072wdhr1pxiqzmxhyph5diwxxzs2nqrzw";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests ];