python3Packages.httpx: 0.23.3 -> 0.24.1

This commit is contained in:
Benjamin Hipple
2023-07-28 12:13:24 +02:00
committed by Martin Weinelt
parent 9303548967
commit d8f45eef76
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "httpx";
version = "0.23.3";
version = "0.24.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "encode";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZLRzkyoFbAY2Xs1ORWBqvc2gpKovg9wRs/RtAryOcVg=";
hash = "sha256-qG6fgijNgQKjpSG6sg0+0yqeAU6qV7czR8NgWe63LIg=";
};
nativeBuildInputs = [