mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
requests2 2.4.3 -> 2.5.1
This commit is contained in:
parent
96d6344b13
commit
3ae27db166
@ -8922,11 +8922,11 @@ let
|
||||
|
||||
|
||||
requests2 = buildPythonPackage rec {
|
||||
name = "requests-2.4.3";
|
||||
name = "requests-2.5.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/r/requests/${name}.tar.gz";
|
||||
md5 = "02214b3a179e445545de4b7a98d3dd17";
|
||||
sha256 = "0rnyg6164jp7x7slgwnhigqza18d705hdvzwr4yk5qmisgpkaxvv";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user