python3Packages.httpx-retries: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-07-09 09:41:09 +00:00
parent 3bd00e4470
commit cfda44bb17
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "httpx-retries";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "will-ockmore";
repo = "httpx-retries";
tag = finalAttrs.version;
hash = "sha256-LElTcIWNsb2AVbk3dXcCnXeB8JhyM7Y64nTZGZWlVm8=";
hash = "sha256-9AQqyveBAqD159J1VhIhp8GrZJLQhJ22A5cFjpaa7o0=";
};
build-system = [