tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.python-http-client: 3.3.6 -> 3.3.7
Fabian Affolter
4 years ago
42262306
aa6313a2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-http-client
default.nix
+2
-2
pkgs/development/python-modules/python-http-client/default.nix
reviewed
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "python_http_client";
11
11
-
version = "3.3.6";
11
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
20
-
sha256 = "sha256-Xchf/jVkQ7SYOzI9f81iS/G72k//6wkl2bMvHprOP9Y=";
20
20
+
sha256 = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w=";
21
21
};
22
22
23
23
checkInputs = [