mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.requests2: 2.11.0 -> 2.11.1
This commit is contained in:
parent
aedb9a8490
commit
3b09cf7fc1
1 changed files with 2 additions and 2 deletions
|
@ -20558,11 +20558,11 @@ in modules // {
|
|||
|
||||
requests2 = buildPythonPackage rec {
|
||||
name = "requests-${version}";
|
||||
version = "2.11.0";
|
||||
version = "2.11.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/r/requests/${name}.tar.gz";
|
||||
sha256 = "11d3vrbiqrz30qbplv80y72y9i47hihs35p5n04fl4ggjcz0bzxj";
|
||||
sha256 = "5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ self.pytest ];
|
||||
|
|
Loading…
Reference in a new issue