python3Packages.pulsectl: 21.3.4 -> 21.5.0
This commit is contained in:
parent
36c5cea0f6
commit
dfa9e91b11
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pulsectl";
|
pname = "pulsectl";
|
||||||
version = "21.3.4";
|
version = "21.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-+qi5M2I3VlmQKY8ghw4T3RZ4pFhoR8paf/Kr8QdS81Y=";
|
sha256 = "11dw8hij1vzqawlv5l1ax6i2zw6p4ccn4ww3v6q1kdmrwk46vi7r";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -17,7 +17,12 @@ buildPythonPackage rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"pulsectl"
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [ pulseaudio ];
|
checkInputs = [ pulseaudio ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m unittest pulsectl.tests.all
|
${python.interpreter} -m unittest pulsectl.tests.all
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user