Merge pull request #13116 from kragniz/requests2-2.9.1

requests2: 2.8.1 -> 2.9.1
This commit is contained in:
Domen Kožar 2016-02-26 11:11:36 +00:00
commit c99d589162

View File

@ -18038,11 +18038,11 @@ in modules // {
requests2 = buildPythonPackage rec {
name = "requests-${version}";
version = "2.8.1";
version = "2.9.1";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/r/requests/${name}.tar.gz";
sha256 = "0ny2nr1sqr4hcn3903ghmh7w2yni8shlfv240a8c9p6wyidqvzl4";
sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
};
buildInputs = [ self.pytest ];