pythonPackages.requests2: 2.11.0 -> 2.11.1
This commit is contained in:
parent
aedb9a8490
commit
3b09cf7fc1
@ -20558,11 +20558,11 @@ in modules // {
|
|||||||
|
|
||||||
requests2 = buildPythonPackage rec {
|
requests2 = buildPythonPackage rec {
|
||||||
name = "requests-${version}";
|
name = "requests-${version}";
|
||||||
version = "2.11.0";
|
version = "2.11.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/r/requests/${name}.tar.gz";
|
url = "mirror://pypi/r/requests/${name}.tar.gz";
|
||||||
sha256 = "11d3vrbiqrz30qbplv80y72y9i47hihs35p5n04fl4ggjcz0bzxj";
|
sha256 = "5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ self.pytest ];
|
nativeBuildInputs = [ self.pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user