python3Packages.watchdog: 2.1.2 -> 2.1.3

This commit is contained in:
Fabian Affolter
2021-07-02 11:32:26 +02:00
parent 897af0afb1
commit c72ab3a8cd
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "watchdog";
version = "2.1.2";
version = "2.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AjfbTZAkhZvqJ9DvtZ/nXu8pCDP9mIuOrXqHmwMIwts=";
sha256 = "sha256-5SNqjoYCq220uHNmTC01bDZas8rJb73sSXCtYWQV3UU=";
};
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];