pythonPackages.pystray: 0.16.0 -> 0.17.2

This commit is contained in:
Johannes Schleifenbaum 2021-03-11 10:46:09 +01:00
parent ddb1c81c07
commit b1e85ff645
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

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