From 29acb0ac9478afd66378aeaffc6efd0184d1c206 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 5 Mar 2023 23:02:52 +0100 Subject: [PATCH] Revert "python3Packages.aiomisc: 16.3.15 -> 17.0.6" This reverts commit 2b607661a026da461bf10052a3114da7ebf4a1ff. Removes the `loop` fixture without any notice, breaking at least caio and aiofiles. --- pkgs/development/python-modules/aiomisc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiomisc/default.nix b/pkgs/development/python-modules/aiomisc/default.nix index 4263c9f7e795..ce000ddb0361 100644 --- a/pkgs/development/python-modules/aiomisc/default.nix +++ b/pkgs/development/python-modules/aiomisc/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "aiomisc"; - version = "17.0.6"; + version = "16.3.15"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-qiB6dRJjRnvqmwbZUy7oV9U6norCM7pZSxRtkHCU3Jg="; + hash = "sha256-lHDjsK8ds1ftovY2IAbJwk3jnn4FoDo6f/Nu/MSAhqM="; }; propagatedBuildInputs = [