summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-02-01 23:24:49 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-02-01 23:24:49 +0100
commit33db0f7686313d27e24a3028020be7cb8b5232b1 (patch)
tree0a3702e71133cc2649b1246e0f80639a5f974967
parentlinux/hardened/patches/5.4: 5.4.93-hardened1 -> 5.4.94-hardened1 (diff)
downloadnixpkgs-33db0f7686313d27e24a3028020be7cb8b5232b1.tar.gz
python3Packages.watchdog: 0.10.4 -> 1.0.2
-rw-r--r--pkgs/development/python-modules/watchdog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/watchdog/default.nix b/pkgs/development/python-modules/watchdog/default.nix
index 5cb8929b9dbe..b077b48493e4 100644
--- a/pkgs/development/python-modules/watchdog/default.nix
+++ b/pkgs/development/python-modules/watchdog/default.nix
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "watchdog";
- version = "0.10.4";
+ version = "1.0.2";
src = fetchPypi {
inherit pname version;
- sha256 = "e38bffc89b15bafe2a131f0e1c74924cf07dcec020c2e0a26cccd208831fcd43";
+ sha256 = "sha256-N2y8KjXAOSsP5/8W+8GzA/2Z1N2ZEatVge6daa3IiYI=";
};
buildInputs = lib.optionals stdenv.isDarwin