Merge pull request #123224 from fabaff/bump-watchdog

python3Packages.watchdog: 2.1.0 -> 2.1.1
This commit is contained in:
Martin Weinelt 2021-05-17 18:22:17 +02:00 committed by GitHub
commit c6a21f2a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "watchdog";
version = "2.1.0";
version = "2.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-VTFu+rUvZZuLe1lzBoC/snrAA1IvJMRPa81gxONzbM0=";
sha256 = "sha256-KJREC06pWm70xdFS3u2+JwyuRgkmgnELcCigTWppgPY=";
};
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];