requests2: 2.8.1 -> 2.9.1

This commit is contained in:
Louis Taylor 2016-02-19 06:38:40 +00:00
parent 81fe3eb13f
commit 90873ea02a

View File

@ -17562,11 +17562,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 ];