Merge pull request #140312 from fabaff/bump-watchdog

This commit is contained in:
Sandro 2021-10-03 16:52:00 +02:00 committed by GitHub
commit c419405421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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