python35Packages.requests_toolbelt: 0.6.0 -> 0.6.2
This commit is contained in:
parent
9cc9c0694e
commit
24afbd4c06
1 changed files with 2 additions and 2 deletions
|
@ -19234,12 +19234,12 @@ in modules // {
|
|||
};
|
||||
|
||||
requests_toolbelt = buildPythonPackage rec {
|
||||
version = "0.6.0";
|
||||
version = "0.6.2";
|
||||
name = "requests-toolbelt-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/sigmavirus24/requests-toolbelt/archive/${version}.tar.gz";
|
||||
sha256 = "192pz6i1fp8vc1qasg6ccxpdsmpbqi3fqf5bgx3vpadp5x0rrz4f";
|
||||
sha256 = "0ds1b2qx0nx9bqj1sqgr4lmanb4hpchmylp1hml1l0p71qi5ha0r";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ requests2 ];
|
||||
|
|
Loading…
Reference in a new issue