summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-http-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-11 11:26:07 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-11 09:44:50 -0800
commit471c1fa7e65f7ab5d3cd4bd4c333486baa7d72ea (patch)
treecb555c276c346913ebe309d58a44edaee70c10cb /pkgs/development/python-modules/python-http-client
parent7c4c041124408c869eacec77ac435d96e04f4e44 (diff)
python3Packages.python-http-client: 3.3.5 -> 3.3.6
Diffstat (limited to 'pkgs/development/python-modules/python-http-client')
-rw-r--r--pkgs/development/python-modules/python-http-client/default.nix4
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 3a8ad2188fc1..aa2c4d020e55 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.5";
+ version = "3.3.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sendgrid";
repo = "python-http-client";
rev = version;
- sha256 = "sha256-VSrh6t9p7Xb8HqAwcuDSUD2Pj3NcXeg7ygKLG2MHFxk=";
+ sha256 = "sha256-Xchf/jVkQ7SYOzI9f81iS/G72k//6wkl2bMvHprOP9Y=";
};
checkInputs = [