9 buildPythonPackage rec {
10 pname = "pyring-buffer";
14 src = fetchFromGitHub {
16 repo = "pyring-buffer";
17 rev = "382290312fa2ad5d75bd42c040a43e25dad9c8a7";
18 hash = "sha256-bHhcBU4tjFAyZ3/GjaP/hDXz2N73mCChTNYHsZyBCSM=";
25 pythonImportsCheck = [
30 description = "A pure Python ring buffer for bytes";
31 homepage = "https://github.com/rhasspy/pyring-buffer";
32 changelog = "https://github.com/rhasspy/pyring-buffer/blob/${src.rev}/CHANGELOG.md";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ hexa ];