1 { lib, buildPythonPackage, fetchFromGitHub, attrs, pytestCheckHook }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0wcw1624xxx2h6lliv13b59blg60j8sgf5v2ni3cwx3j4wld4csr";
14 propagatedBuildInputs = [ attrs ];
15 checkInputs = [ pytestCheckHook ];
18 description = "Algebraic data types for Python";
19 homepage = "https://github.com/radix/sumtypes";
20 license = licenses.mit;
21 maintainers = with maintainers; [ NieDzejkob ];