pythonPackages.pystray: 0.17.3 -> 0.17.4

This commit is contained in:
Johannes Schleifenbaum 2021-06-27 09:07:33 +02:00
parent f5b9a25cdd
commit 4c31c2113f
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.17.3";
version = "0.17.4";
src = fetchFromGitHub {
owner = "moses-palmer";
repo = "pystray";
rev = "v${version}";
sha256 = "sha256-da2ZkehyXrxW5LdMR3K5AEQhiCpx8ygn6eswTC8fsRo=";
sha256 = "sha256-Rg2bbFTXLc1hXdShUmFxPcJtlcyWhspcjZtJYDSQ6vQ=";
};
nativeBuildInputs = [ sphinx ];