From 624249918db365d841683cd84a47af23cae39e61 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Apr 2025 09:05:34 +0200 Subject: [PATCH] python313Packages.circuitbreaker: 2.1.0 -> 2.1.3 Diff: https://github.com/fabfuel/circuitbreaker/compare/refs/tags/2.1.0...2.1.3 --- pkgs/development/python-modules/circuitbreaker/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/circuitbreaker/default.nix b/pkgs/development/python-modules/circuitbreaker/default.nix index 65f30b2d363c..11018f38e077 100644 --- a/pkgs/development/python-modules/circuitbreaker/default.nix +++ b/pkgs/development/python-modules/circuitbreaker/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "circuitbreaker"; - version = "2.1.0"; + version = "2.1.3"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fabfuel"; repo = pname; tag = version; - hash = "sha256-lwLy/bWvXhmQbRJ6Qii7e0SrEL3iDPGs6k7Bqamvg50="; + hash = "sha256-7BpYGhha0PTYzsE9CsN4KxfJW/wm2i6V+uAeamBREBQ="; }; nativeCheckInputs = [