python312Packages.pulsectl: 24.8.0 -> 24.11.0 (#361816)

This commit is contained in:
Martin Weinelt
2024-12-04 18:33:47 +01:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "pulsectl";
version = "24.8.0";
version = "24.11.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-sFFQbQ1z08xDV879PeF7uFnX7PAE6ZSw98+oeFG8cVY=";
hash = "sha256-C6MnRdPxmNVlevGffuPrAHr1qGowbsPNRa9C52eCDQ0=";
};
patches = [