pythonPackages.sounddevice: 0.3.12 -> 0.3.13

This commit is contained in:
Daniel Schaefer
2019-04-20 04:29:00 +02:00
parent f3a5c0e671
commit 29ad469b43
2 changed files with 9 additions and 8 deletions

View File

@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "sounddevice";
version = "0.3.12";
version = "0.3.13";
src = fetchPypi {
inherit pname version;
sha256 = "f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2";
sha256 = "01x2hm3xxzhxrjcj21si4ggmvkwmy5hag7f6yabqlhwskws721cd";
};
propagatedBuildInputs = [ cffi numpy portaudio ];
@@ -34,4 +34,4 @@ buildPythonPackage rec {
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ fridh ];
};
}
}