Merge pull request #137118 from r-ryantm/auto-update/python3.8-pulsectl

python38Packages.pulsectl: 21.5.18 -> 21.9.1
This commit is contained in:
Martin Weinelt 2021-09-09 19:02:57 +02:00 committed by GitHub
commit 4f6d8095fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,15 @@
buildPythonPackage rec {
pname = "pulsectl";
version = "21.5.18";
version = "21.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "0n448nkm2i4gnsq48vbj8sldmyx0b7c7rvzijg8h2pxdrmilbqql";
sha256 = "8eef4dbfc97d984e63fd609a3f690d005173ec5342be88d10f67dd507affdf32";
};
patches = [
# substitute library paths for libpulse and librt
(substituteAll {
src = ./library-paths.patch;
libpulse = "${libpulseaudio.out}/lib/libpulse${stdenv.hostPlatform.extensions.sharedLibrary}";