python3Packages.pulsectl: 24.11.0 -> 24.12.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:34 +01:00
parent 90d52fd287
commit 3b0339a2e7
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "pulsectl";
version = "24.11.0";
version = "24.12.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-C6MnRdPxmNVlevGffuPrAHr1qGowbsPNRa9C52eCDQ0=";
hash = "sha256-KI1nFSMqxvPc2xI/vsqiwLmlDqQIfm6Hw/hBqwqKB/w=";
};
patches = [