diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-06-30 00:36:53 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-06-30 00:36:53 +0200 |
| commit | 1a9636f784e94bd34a4a20e48dc3de558b3d2973 (patch) | |
| tree | eeb47dd6914c5d1bb1a08123abb4698db145c655 /pkgs/development/python-modules/python-http-client | |
| parent | 5b2824b9e2534a9aa4c8cc8f32f3322ea757640b (diff) | |
python3Packages.python-http-client: 3.3.1 -> 3.3.2
Diffstat (limited to 'pkgs/development/python-modules/python-http-client')
| -rw-r--r-- | pkgs/development/python-modules/python-http-client/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-http-client/default.nix b/pkgs/development/python-modules/python-http-client/default.nix index f4b19ba379e4..8eece2ed4fee 100644 --- a/pkgs/development/python-modules/python-http-client/default.nix +++ b/pkgs/development/python-modules/python-http-client/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "python_http_client"; - version = "3.3.1"; + version = "3.3.2"; src = fetchFromGitHub { owner = "sendgrid"; repo = "python-http-client"; rev = version; - sha256 = "0mbcg0vb9v41v7hbvycrxx5wyrf3ysvfgxkix8hn8c4x5l2lmidc"; + sha256 = "0z7nvfq9wdcprwh88xn9p3vm15gb3ijdc8pxn0a133ini9hxxlpx"; }; checkInputs = [ |
