python3Packages.pyring-buffer: 1.0.2 -> 1.1.0 (#489280)

This commit is contained in:
Martin Weinelt
2026-02-11 02:11:11 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyring-buffer";
version = "1.0.2";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "pyring-buffer";
tag = "v${version}";
hash = "sha256-YBkBuptoOc3d746WkqoCHOr0LuG+QlORt/z1oqSf+AA=";
hash = "sha256-woFFPb+NwYTsQ9YRETHmEnt9KxvNql8NDOBg5Rp0UGE=";
};
nativeBuildInputs = [ setuptools ];