11 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "7affb603707c648b07b11781ebb793a4b9aee8acf1ac5764c3ed2112adf0c9ea";
26 propagatedBuildInputs = [
36 description = "Pure effects for Python";
37 homepage = "https://github.com/python-effect/effect";
38 license = licenses.mit;