Merge pull request #155786 from r-ryantm/auto-update/python310Packages.pa-ringbuffer

python310Packages.pa-ringbuffer: 0.1.3 -> 0.1.4
This commit is contained in:
Ryan Mulligan 2022-01-20 07:35:55 -08:00 committed by GitHub
commit 8475c576d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pa-ringbuffer";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "spatialaudio";
repo = "python-pa-ringbuffer";
rev = version;
sha256 = "0afpydy1l20hd1xncjppjhqa2c8dj5h9nlv4z8m55cs9hc9h1mxv";
sha256 = "1d4k6z13mc1f88m6wbhfx8hillb7q78n33ws5bmyblsdkv1gx607";
};
meta = {