Merge pull request #155852 from viperML/master

caffeine-ng: 3.4.2 -> 3.5.1
This commit is contained in:
legendofmiracles 2022-01-20 08:11:22 -06:00 committed by GitHub
commit 5c1f077908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
python3Packages.buildPythonApplication rec {
pname = "caffeine-ng";
version = "3.4.2";
version = "3.5.1";
src = python3Packages.fetchPypi{
inherit pname version;
sha256="05k8smjlfjcccgmp8qi04l7106k46fs4p8fl5bdqqjwv6pwl7y4w";
sha256="0akzldqvxnqngpj1s6y2phgj7ch8wfm02j6z2drqvsbvaadw0jbm";
};
nativeBuildInputs = [ wrapGAppsHook glib ];
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
];
pythonPath = with python3Packages; [
dbus-python docopt ewmh pygobject3 pyxdg
setproctitle
setproctitle pulsectl
];
doCheck = false; # There are no tests.