Merge pull request #128281 from jojosch/pystray-0.17.4

pythonPackages.pystray: 0.17.3 -> 0.17.4
This commit is contained in:
Fabian Affolter 2021-06-27 09:47:59 +02:00 committed by GitHub
commit fb546691fb
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.3";
version = "0.17.4";
src = fetchFromGitHub {
owner = "moses-palmer";
repo = "pystray";
rev = "v${version}";
sha256 = "sha256-da2ZkehyXrxW5LdMR3K5AEQhiCpx8ygn6eswTC8fsRo=";
sha256 = "sha256-Rg2bbFTXLc1hXdShUmFxPcJtlcyWhspcjZtJYDSQ6vQ=";
};
nativeBuildInputs = [ sphinx ];