pythonPackages.watchdog: 1.0.2 -> 2.0.0

This commit is contained in:
Stefan Frijters 2021-02-15 12:54:59 +01:00
parent 406c9ecbeb
commit 963299d8fc
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "watchdog";
version = "1.0.2";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-N2y8KjXAOSsP5/8W+8GzA/2Z1N2ZEatVge6daa3IiYI=";
sha256 = "sha256-/UtWz74NDZxPxDGs7KdXAKfxLTc33C6csuwrpkloBCU=";
};
buildInputs = lib.optionals stdenv.isDarwin