lol

Merge pull request #123443 from mweinelt/python/pulsectl

python3Packages.pulsectl: 21.5.0 -> 21.5.17

authored by

Sandro and committed by
GitHub
614e22f8 c6812829

+4 -3
+4 -3
pkgs/development/python-modules/pulsectl/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pulsectl"; 5 - version = "21.5.0"; 5 + version = "21.5.17"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "11dw8hij1vzqawlv5l1ax6i2zw6p4ccn4ww3v6q1kdmrwk46vi7r"; 9 + sha256 = "1826wz4d7qnlwl5csnjds1xh9ainicj2s004hlwv54bdvwx2ny1z"; 10 10 }; 11 11 12 12 patches = [ ··· 24 24 checkInputs = [ pulseaudio ]; 25 25 26 26 checkPhase = '' 27 - ${python.interpreter} -m unittest pulsectl.tests.all 27 + export HOME=$TMPDIR 28 + ${python.interpreter} -m unittest discover 28 29 ''; 29 30 30 31 meta = with lib; {