From cfda44bb175288b6513185751fd20c9996b60ae6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 9 Jul 2026 09:41:09 +0000 Subject: [PATCH] python3Packages.httpx-retries: 0.5.0 -> 0.6.0 --- pkgs/development/python-modules/httpx-retries/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/httpx-retries/default.nix b/pkgs/development/python-modules/httpx-retries/default.nix index f56331bae012..49e01222d0cf 100644 --- a/pkgs/development/python-modules/httpx-retries/default.nix +++ b/pkgs/development/python-modules/httpx-retries/default.nix @@ -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 = [