Loading pkgs/development/python-modules/pulsectl/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pulsectl"; version = "22.3.2"; version = "23.5.1"; src = fetchPypi { inherit pname version; hash = "sha256-zBdOHO69TmIixbePT0FfEugHU8mrdas1QVm0y1lQsIQ="; hash = "sha256-jvwmDtchLuT55QqLhWyEkRJl9OrELMbALHs3yFGig0s="; }; patches = [ Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { 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; maintainers = with maintainers; [ hexa ]; }; Loading Loading
pkgs/development/python-modules/pulsectl/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pulsectl"; version = "22.3.2"; version = "23.5.1"; src = fetchPypi { inherit pname version; hash = "sha256-zBdOHO69TmIixbePT0FfEugHU8mrdas1QVm0y1lQsIQ="; hash = "sha256-jvwmDtchLuT55QqLhWyEkRJl9OrELMbALHs3yFGig0s="; }; patches = [ Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { 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; maintainers = with maintainers; [ hexa ]; }; Loading