From bc559e5d5bd8e31560a1ccef9452bef2424324ad Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 29 Jan 2026 23:31:49 +0000 Subject: [PATCH] python3Packages.throttler: 1.2.2 -> 1.2.3 --- pkgs/development/python-modules/throttler/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/throttler/default.nix b/pkgs/development/python-modules/throttler/default.nix index 7c3281338126..4f5f501a2da2 100644 --- a/pkgs/development/python-modules/throttler/default.nix +++ b/pkgs/development/python-modules/throttler/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "throttler"; - version = "1.2.2"; + version = "1.2.3"; pyproject = true; src = fetchFromGitHub { owner = "uburuntu"; repo = "throttler"; tag = "v${version}"; - hash = "sha256-fE35zPjBUn4e1VRkkIUMtYJ/+LbnUxnxyfnU+UEPwr4="; + hash = "sha256-zcKhHA1PDEpfp+I/zHaGeg1x1F2LM0m7GxMLGDscCsw="; }; build-system = [ setuptools ];