about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-07 15:10:17 +0200
committerGitHub <noreply@github.com>2023-05-07 15:10:17 +0200
commit76c9f181b9bc7abd0708aa15e46beb3370ccc9c4 (patch)
treec36536a4100ec01b94a74b98ee8db1f4bde5a4eb
parent51f728c05759c8f8ce140396d89ab0a8ad9da9de (diff)
parenteade4e69a7c1c9e2536f8ae454d45383c3cfeb44 (diff)
Merge pull request #230486 from mweinelt/pulsectl-23.5.0
python310Packages.pulsectl: 22.3.2 -> 23.5.1
-rw-r--r--pkgs/development/python-modules/pulsectl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pulsectl/default.nix b/pkgs/development/python-modules/pulsectl/default.nix
index fc00d00c75108..d5b246a069a30 100644
--- a/pkgs/development/python-modules/pulsectl/default.nix
+++ b/pkgs/development/python-modules/pulsectl/default.nix
@@ -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 = [
@@ -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 ];
   };