python3Packages.watchdog: 4.0.0 -> 4.0.1

https://github.com/gorakhargosh/watchdog/blob/v4.0.1/changelog.rst
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:20 +02:00
parent bb91d665d1
commit 16e69f9da0
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "watchdog";
version = "4.0.0";
version = "4.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4+cGXL2r5hg6uCGZ16T2s7oKQ4xaUSpoVZhGzLdqeOw=";
hash = "sha256-7rqs9nT6JVEeiGcCjSgeYC7mUABFtX9DsId4CC9/i0Q=";
};
# force kqueue on x86_64-darwin, because our api version does