Merge pull request #141857 from r-ryantm/auto-update/python3.8-miniaudio

This commit is contained in:
Sandro 2021-10-16 19:56:58 +02:00 committed by GitHub
commit 337f5c52bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "miniaudio";
version = "1.44";
version = "1.45";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "irmen";
repo = "pyminiaudio";
rev = "v${version}";
sha256 = "1na3vx10lc41gkk14h6s3fm4bnrd2bwf4qbf1l6bfvhs92b9k111";
sha256 = "1yx4n4zax103fmjzdiqzw37zibsh68b2p2l5qvgcnx2zrrjd31yl";
};
propagatedBuildInputs = [