python312Packages.asyncinotify: 4.0.9 -> 4.1.0

This commit is contained in:
R. Ryantm 2024-09-24 16:13:37 +00:00
parent 9423bdbb85
commit 4df9848937

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asyncinotify";
version = "4.0.9";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "absperf";
repo = "asyncinotify";
rev = "refs/tags/v${version}";
hash = "sha256-Pmv1BXmKUNjFE5h99GR0GmjYKYmTi8ECKAUCKwIAMzc=";
hash = "sha256-SzsPYVA5fBXVcv7vE3FB4jFkIRr6NBlTeHrPxf5d8Ks=";
};
build-system = [ flit-core ];