We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 446d490 + 8fb6a2e commit f866535Copy full SHA for f866535
pkgs/development/python-modules/pulsectl/default.nix
@@ -12,12 +12,12 @@
12
13
buildPythonPackage rec {
14
pname = "pulsectl";
15
- version = "24.8.0";
+ version = "24.11.0";
16
format = "setuptools";
17
18
src = fetchPypi {
19
inherit pname version;
20
- hash = "sha256-sFFQbQ1z08xDV879PeF7uFnX7PAE6ZSw98+oeFG8cVY=";
+ hash = "sha256-C6MnRdPxmNVlevGffuPrAHr1qGowbsPNRa9C52eCDQ0=";
21
};
22
23
patches = [
0 commit comments