pythonPackages.requests_toolbelt: 0.4.0 -> 0.6.0
This commit is contained in:
parent
1f2b819783
commit
bb64f135b1
@ -17042,12 +17042,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
requests_toolbelt = buildPythonPackage rec {
|
requests_toolbelt = buildPythonPackage rec {
|
||||||
version = "0.4.0";
|
version = "0.6.0";
|
||||||
name = "requests-toolbelt-${version}";
|
name = "requests-toolbelt-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/sigmavirus24/requests-toolbelt/archive/${version}.tar.gz";
|
url = "https://github.com/sigmavirus24/requests-toolbelt/archive/${version}.tar.gz";
|
||||||
sha256 = "0zvfz4c9lqiwh2qh51rba6ckpjl3pbp9fcm0ri58qhcjd8mh8k34";
|
sha256 = "192pz6i1fp8vc1qasg6ccxpdsmpbqi3fqf5bgx3vpadp5x0rrz4f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ requests2 ];
|
propagatedBuildInputs = with self; [ requests2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user