Merge pull request #153173 from jojosch/pystray-update

python3Packages.pystray: 0.19.1 -> 0.19.2
This commit is contained in:
Bobby Rong 2022-01-02 18:41:50 +08:00 committed by GitHub
commit 7518dfb567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "pystray";
version = "0.19.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "moses-palmer";
repo = "pystray";
rev = "v${version}";
sha256 = "sha256-7w3odneRfDQ7K965ffJ+xSaGvg/KM0vTrSIj0ee13Uk=";
sha256 = "sha256-8B178MSe4ujlnGBmQhIu+BoAh1doP9V5cL0ermLQTvs=";
};
nativeBuildInputs = [ sphinx ];