Revert "python3Packages.aiomisc: 16.3.15 -> 17.0.6"

This reverts commit 2b607661a0.

Removes the `loop` fixture without any notice, breaking at least
caio and aiofiles.
This commit is contained in:
Martin Weinelt
2023-03-05 23:02:52 +01:00
parent b126db35fc
commit 29acb0ac94
@@ -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 = [