python3Packages.pulsectl: 21.5.0 -> 21.5.17
This commit is contained in:
parent
15254515d0
commit
9a15638c32
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pulsectl";
|
pname = "pulsectl";
|
||||||
version = "21.5.0";
|
version = "21.5.17";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "11dw8hij1vzqawlv5l1ax6i2zw6p4ccn4ww3v6q1kdmrwk46vi7r";
|
sha256 = "1826wz4d7qnlwl5csnjds1xh9ainicj2s004hlwv54bdvwx2ny1z";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -24,7 +24,8 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pulseaudio ];
|
checkInputs = [ pulseaudio ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m unittest pulsectl.tests.all
|
export HOME=$TMPDIR
|
||||||
|
${python.interpreter} -m unittest discover
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user