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

python3Packages.httpcore: 0.13.6 -> 0.13.7

+2 -2
+2 -2
pkgs/development/python-modules/httpcore/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "httpcore"; 20 - version = "0.13.6"; 20 + version = "0.13.7"; 21 21 disabled = pythonOlder "3.6"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "encode"; 25 25 repo = pname; 26 26 rev = version; 27 - sha256 = "sha256-7G7jchOQTgcFSGZfoMPFm0NY9ofg5MM5Xn5lV+W9w8k="; 27 + sha256 = "sha256-9hG9MqqEYMT2j7tXafToGYwHbJfp9/klNqZozHSbweE="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [