pythonPackages.pystray: 0.15.0 -> 0.16.0
This commit is contained in:
parent
b8c367a7bd
commit
70f6c1a9ba
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pystray";
|
pname = "pystray";
|
||||||
version = "0.15.0";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "moses-palmer";
|
owner = "moses-palmer";
|
||||||
repo = "pystray";
|
repo = "pystray";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0m5raxahyix3lmmbjbrsfd9yhr4vdil8gcy155hh6lqm2b1fmmss";
|
sha256 = "0q5yqfm5mzffx9vnp9xcnclgjzgs0b7f50i9xmxn1m1iha1zawh1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pillow xlib six ];
|
propagatedBuildInputs = [ pillow xlib six ];
|
||||||
|
Loading…
Reference in New Issue
Block a user