python3Packages.watchdog: 2.1.4 -> 2.1.5

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:47 +02:00
parent c9e68f436c
commit 3185a19579

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "watchdog";
version = "2.1.3";
version = "2.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-5SNqjoYCq220uHNmTC01bDZas8rJb73sSXCtYWQV3UU=";
sha256 = "5563b005907613430ef3d4aaac9c78600dd5704e84764cb6deda4b3d72807f09";
};
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];