python312Packages.pulsectl: 24.8.0 -> 24.11.0

This commit is contained in:
R. Ryantm
2024-12-04 17:08:46 +00:00
parent c37067f877
commit 8fb6a2e74d
@@ -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 = [