Merge pull request #149555 from jojosch/pystray-0.19.1

python3Packages.pystray: 0.17.4 -> 0.19.1
This commit is contained in:
Bobby Rong 2021-12-22 19:13:40 +08:00 committed by GitHub
commit b8e515e5cc
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.17.4";
version = "0.19.1";
src = fetchFromGitHub {
owner = "moses-palmer";
repo = "pystray";
rev = "v${version}";
sha256 = "sha256-Rg2bbFTXLc1hXdShUmFxPcJtlcyWhspcjZtJYDSQ6vQ=";
sha256 = "sha256-7w3odneRfDQ7K965ffJ+xSaGvg/KM0vTrSIj0ee13Uk=";
};
nativeBuildInputs = [ sphinx ];