python3Packages.httpx: 0.16.1 -> 0.17.0

This commit is contained in:
Fabian Affolter 2021-02-28 23:19:08 +01:00
parent 8cfe583b87
commit 0514652bc1
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "httpx";
version = "0.16.1";
version = "0.17.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "encode";
repo = pname;
rev = version;
sha256 = "00gmq45fckcqkj910bvd7pyqz1mvgsdvz4s0k7dzbnc5czzq1f4a";
sha256 = "sha256-pRdhPAxKZOVbRhOm4881Dn+IRtpX5T3oFuYdtWp3cgY=";
};
propagatedBuildInputs = [