Merge pull request #128324 from fabaff/bump-watchdog

python3Packages.watchdog: 2.1.2 -> 2.1.3
This commit is contained in:
Mario Rodas 2021-07-03 07:43:43 -05:00 committed by GitHub
commit c5a4c4c68b
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.2";
version = "2.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AjfbTZAkhZvqJ9DvtZ/nXu8pCDP9mIuOrXqHmwMIwts=";
sha256 = "sha256-5SNqjoYCq220uHNmTC01bDZas8rJb73sSXCtYWQV3UU=";
};
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];