diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2022-03-15 09:06:33 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2022-03-15 09:06:33 +0100 |
| commit | 422623065ad77e1af0af01b1cd229a774e2fb70a (patch) | |
| tree | 455e61dc41424b4e286ea94a823f5a9fe8729125 /pkgs/development/python-modules/python-http-client | |
| parent | aa6313a23d749f0d73f91af35a2fe15e74501451 (diff) | |
python3Packages.python-http-client: 3.3.6 -> 3.3.7
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 aa2c4d020e55..78a3b018c7ea 100644 --- a/pkgs/development/python-modules/python-http-client/default.nix +++ b/pkgs/development/python-modules/python-http-client/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "python_http_client"; - version = "3.3.6"; + version = "3.3.7"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "sendgrid"; repo = "python-http-client"; rev = version; - sha256 = "sha256-Xchf/jVkQ7SYOzI9f81iS/G72k//6wkl2bMvHprOP9Y="; + sha256 = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w="; }; checkInputs = [ |
