httpie: 1.0.2 -> 1.0.3

This commit is contained in:
Will Dietz 2019-08-29 22:05:26 -05:00
parent 592274e72a
commit 1895278f20
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
pname = "httpie";
version = "1.0.2";
version = "1.0.3";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "1ax22jh5lpjywpj7lsl072wdhr1pxiqzmxhyph5diwxxzs2nqrzw";
sha256 = "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests ];