Merge pull request #128324 from fabaff/bump-watchdog

python3Packages.watchdog: 2.1.2 -> 2.1.3

authored by

Mario Rodas and committed by
GitHub
c5a4c4c6 eaa58396

+2 -2
+2 -2
pkgs/development/python-modules/watchdog/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "watchdog"; 16 - version = "2.1.2"; 16 + version = "2.1.3"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-AjfbTZAkhZvqJ9DvtZ/nXu8pCDP9mIuOrXqHmwMIwts="; 20 + sha256 = "sha256-5SNqjoYCq220uHNmTC01bDZas8rJb73sSXCtYWQV3UU="; 21 21 }; 22 22 23 23 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];