pythonPackages.pystray: 0.15.0 -> 0.16.0

This commit is contained in:
Johannes Schleifenbaum 2020-07-22 10:36:09 +02:00 committed by Frederik Rietdijk
parent b8c367a7bd
commit 70f6c1a9ba

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "pystray";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "moses-palmer";
repo = "pystray";
rev = "v${version}";
sha256 = "0m5raxahyix3lmmbjbrsfd9yhr4vdil8gcy155hh6lqm2b1fmmss";
sha256 = "0q5yqfm5mzffx9vnp9xcnclgjzgs0b7f50i9xmxn1m1iha1zawh1";
};
propagatedBuildInputs = [ pillow xlib six ];