about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-06-16 13:09:39 +0200
committerGitHub <noreply@github.com>2021-06-16 13:09:39 +0200
commitce591b7b1b43eb135bb7ef334fe02b2b79eedb9c (patch)
tree35bed3d1dd1d29971e064c83a86209512ca93337
parent82e3acb047cb4a606a2c983f3fb3de1c521caaec (diff)
parentdb704687c1a8a8233b54724a243b184638276f7e (diff)
Merge pull request #127054 from dotlambda/httpcore-0.13.6
python3Packages.httpcore: 0.13.4 -> 0.13.6
-rw-r--r--pkgs/development/python-modules/httpcore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/httpcore/default.nix b/pkgs/development/python-modules/httpcore/default.nix
index 64e2b1144527d..7781dbe8b3198 100644
--- a/pkgs/development/python-modules/httpcore/default.nix
+++ b/pkgs/development/python-modules/httpcore/default.nix
@@ -17,14 +17,14 @@
 
 buildPythonPackage rec {
   pname = "httpcore";
-  version = "0.13.4";
+  version = "0.13.6";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "encode";
     repo = pname;
     rev = version;
-    sha256 = "0vfdkd3bq14mnjd2gfg3ajsgygmd796md7pv96nicpx20prw3a2p";
+    sha256 = "sha256-7G7jchOQTgcFSGZfoMPFm0NY9ofg5MM5Xn5lV+W9w8k=";
   };
 
   propagatedBuildInputs = [