Merge pull request #230486 from mweinelt/pulsectl-23.5.0
python310Packages.pulsectl: 22.3.2 -> 23.5.1
This commit is contained in:
commit
76c9f181b9
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pulsectl";
|
pname = "pulsectl";
|
||||||
version = "22.3.2";
|
version = "23.5.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-zBdOHO69TmIixbePT0FfEugHU8mrdas1QVm0y1lQsIQ=";
|
hash = "sha256-jvwmDtchLuT55QqLhWyEkRJl9OrELMbALHs3yFGig0s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)";
|
description = "Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)";
|
||||||
homepage = "https://pypi.python.org/pypi/pulsectl/";
|
homepage = "https://github.com/mk-fg/python-pulse-control";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue