python3Packages.pulsectl: 21.5.0 -> 21.5.17

This commit is contained in:
Martin Weinelt 2021-05-18 04:59:30 +02:00
parent 15254515d0
commit 9a15638c32
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pulsectl";
version = "21.5.0";
version = "21.5.17";
src = fetchPypi {
inherit pname version;
sha256 = "11dw8hij1vzqawlv5l1ax6i2zw6p4ccn4ww3v6q1kdmrwk46vi7r";
sha256 = "1826wz4d7qnlwl5csnjds1xh9ainicj2s004hlwv54bdvwx2ny1z";
};
patches = [
@ -24,7 +24,8 @@ buildPythonPackage rec {
checkInputs = [ pulseaudio ];
checkPhase = ''
${python.interpreter} -m unittest pulsectl.tests.all
export HOME=$TMPDIR
${python.interpreter} -m unittest discover
'';
meta = with lib; {