Skip to content

Commit f866535

Browse files
authored
python312Packages.pulsectl: 24.8.0 -> 24.11.0 (NixOS#361816)
2 parents 446d490 + 8fb6a2e commit f866535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pulsectl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pulsectl";
15-
version = "24.8.0";
15+
version = "24.11.0";
1616
format = "setuptools";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-sFFQbQ1z08xDV879PeF7uFnX7PAE6ZSw98+oeFG8cVY=";
20+
hash = "sha256-C6MnRdPxmNVlevGffuPrAHr1qGowbsPNRa9C52eCDQ0=";
2121
};
2222

2323
patches = [

0 commit comments

Comments
 (0)