14 src = fetchFromGitHub {
17 rev = "1c036bd3b656b5075fdc221cbc578c4a47b42b1f";
18 hash = "sha256-EkUVd4d4Te8brHerygDc6KQSpiX11NrHYkcZSDRi05w=";
21 nativeBuildInputs = [ poetry-core ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "gsm0338" ];
28 description = "Python codec for GSM 03.38";
29 homepage = "https://github.com/dsch/gsm0338";
30 license = licenses.mit;
31 maintainers = with maintainers; [ flokli ];