lol

python313Packages.circuitbreaker: 2.1.0 -> 2.1.3

Diff: https://github.com/fabfuel/circuitbreaker/compare/refs/tags/2.1.0...2.1.3

+2 -2
+2 -2
pkgs/development/python-modules/circuitbreaker/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "circuitbreaker"; 13 - version = "2.1.0"; 13 + version = "2.1.3"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "fabfuel"; 20 20 repo = pname; 21 21 tag = version; 22 - hash = "sha256-lwLy/bWvXhmQbRJ6Qii7e0SrEL3iDPGs6k7Bqamvg50="; 22 + hash = "sha256-7BpYGhha0PTYzsE9CsN4KxfJW/wm2i6V+uAeamBREBQ="; 23 23 }; 24 24 25 25 nativeCheckInputs = [