requests2: 2.8.1 -> 2.9.1
This commit is contained in:
parent
81fe3eb13f
commit
90873ea02a
@ -17562,11 +17562,11 @@ in modules // {
|
|||||||
|
|
||||||
requests2 = buildPythonPackage rec {
|
requests2 = buildPythonPackage rec {
|
||||||
name = "requests-${version}";
|
name = "requests-${version}";
|
||||||
version = "2.8.1";
|
version = "2.9.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/r/requests/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/r/requests/${name}.tar.gz";
|
||||||
sha256 = "0ny2nr1sqr4hcn3903ghmh7w2yni8shlfv240a8c9p6wyidqvzl4";
|
sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ self.pytest ];
|
buildInputs = [ self.pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user