python3Packages.pulsectl: 20.5.1 -> 21.3.4

This commit is contained in:
Fabian Affolter 2021-04-15 00:34:31 +02:00
parent e019872af8
commit a8d5046e5b

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pulsectl"; pname = "pulsectl";
version = "20.5.1"; version = "21.3.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "39b0a0e7974a7d6468d826a838822f78b00ac9c3803f0d7bfa9b1cad08ee22db"; sha256 = "sha256-+qi5M2I3VlmQKY8ghw4T3RZ4pFhoR8paf/Kr8QdS81Y=";
}; };
patches = [ patches = [