Skip to content

Commit 4e8e331

Browse files
committed
Revert "python3Packages.mocket: 3.13.2 -> 3.13.4"
This reverts commit 9e99614. 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: mindflayer/python-mocket#287 Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1 parent 0344f99 commit 4e8e331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/mocket/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535

3636
buildPythonPackage rec {
3737
pname = "mocket";
38-
version = "3.13.4";
38+
version = "3.13.2";
3939
pyproject = true;
4040

4141
src = fetchPypi {
4242
inherit pname version;
43-
hash = "sha256-KoZ2V0M4ezW58c65wc9vJHrYMZ2ywKUjCOietKYS94Q=";
43+
hash = "sha256-Gms2WOZowrwf6EQt94QLW3cxhUT1wVeplSd2sX6/8qI=";
4444
};
4545

4646
build-system = [ hatchling ];

0 commit comments

Comments
 (0)