python3Packages.httpcore: 0.13.6 -> 0.13.7

This commit is contained in:
Fabian Affolter 2021-09-20 23:39:38 +02:00
parent 8e7ed326b8
commit 9ddee18405

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "httpcore";
version = "0.13.6";
version = "0.13.7";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "encode";
repo = pname;
rev = version;
sha256 = "sha256-7G7jchOQTgcFSGZfoMPFm0NY9ofg5MM5Xn5lV+W9w8k=";
sha256 = "sha256-9hG9MqqEYMT2j7tXafToGYwHbJfp9/klNqZozHSbweE=";
};
propagatedBuildInputs = [