nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.python-http-client: 3.3.6 -> 3.3.7

+2 -2
+2 -2
pkgs/development/python-modules/python-http-client/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "python_http_client"; 11 - version = "3.3.6"; 11 + version = "3.3.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "sendgrid"; 18 18 repo = "python-http-client"; 19 19 rev = version; 20 - sha256 = "sha256-Xchf/jVkQ7SYOzI9f81iS/G72k//6wkl2bMvHprOP9Y="; 20 + sha256 = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w="; 21 21 }; 22 22 23 23 checkInputs = [