From 4e8e331a0051ca5f7867ccbd4838d650b6b8abcd Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 29 Apr 2025 08:34:08 -0400 Subject: [PATCH] Revert "python3Packages.mocket: 3.13.2 -> 3.13.4" This reverts commit 9e99614bc8c851fed28294feebd31d096e9804d6. This bump broke the package on darwin. The new version didn't include any bug fixes or new features, just refactoring, so there's no regression in reverting it for now while we try to understand what broke in upstream. Related: #400373 Upstream bug: https://github.com/mindflayer/python-mocket/issues/287 Signed-off-by: Ihar Hrachyshka --- pkgs/development/python-modules/mocket/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mocket/default.nix b/pkgs/development/python-modules/mocket/default.nix index ac41c15988534..4eb8f2ab379b7 100644 --- a/pkgs/development/python-modules/mocket/default.nix +++ b/pkgs/development/python-modules/mocket/default.nix @@ -35,12 +35,12 @@ buildPythonPackage rec { pname = "mocket"; - version = "3.13.4"; + version = "3.13.2"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-KoZ2V0M4ezW58c65wc9vJHrYMZ2ywKUjCOietKYS94Q="; + hash = "sha256-Gms2WOZowrwf6EQt94QLW3cxhUT1wVeplSd2sX6/8qI="; }; build-system = [ hatchling ];